C# Class Accord.Statistics.Distributions.Fitting.EmpiricalOptions

Inheritance: IFittingOptions
Afficher le fichier Open project: accord-net/framework Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : object

Creates a new object that is a copy of the current instance.

EmpiricalOptions ( ) : System

Initializes a new instance of the NormalOptions class.

Method Details

Clone() public méthode

Creates a new object that is a copy of the current instance.
public Clone ( ) : object
Résultat object

EmpiricalOptions() public méthode

Initializes a new instance of the NormalOptions class.
public EmpiricalOptions ( ) : System
Résultat System