public Fit ( double observations, double weights ) : IDistribution | ||
observations | double | The array of observations to fit the model against. |
weights | double | The weight vector containing the weight for each of the samples. |
return | IDistribution |
public Fit ( double observations, double weights ) : IDistribution | ||
observations | double | The array of observations to fit the model against. |
weights | double | The weight vector containing the weight for each of the samples. |
return | IDistribution |