コード例 #1
0
ファイル: BetaOptions.cs プロジェクト: CanerPatir/framework
 /// <summary>
 ///   Initializes a new instance of the <see cref="BetaOptions"/> class.
 /// </summary>
 /// 
 public BetaOptions()
 {
     Method = BetaEstimationMethod.Moments;
 }
コード例 #2
0
ファイル: BetaOptions.cs プロジェクト: zadiran/framework
 /// <summary>
 ///   Initializes a new instance of the <see cref="BetaOptions"/> class.
 /// </summary>
 ///
 public BetaOptions()
 {
     Method = BetaEstimationMethod.Moments;
 }