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

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

Méthodes publiques

Méthode Description
BetaOptions ( ) : System

Initializes a new instance of the BetaOptions class.

Clone ( ) : object

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

Method Details

BetaOptions() public méthode

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

Clone() public méthode

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