| GaussianStatistics Class |
Namespace: Bio.Distributions
The GaussianStatistics type exposes the following members.
| Name | Description | |
|---|---|---|
| GetMissingInstance |
Get Missing Instance.
| |
| Mean |
The Mean value.
| |
| SampleSize |
The sample Size.
| |
| SumOfSquares |
Sum Of Squares.
| |
| Variance |
The Variance.
|
| Name | Description | |
|---|---|---|
| Add |
Add two Gaussian Statistics.
| |
| AsBooleanStatistics |
Converts current object As Boolean Statistics.
(Overrides SufficientStatisticsAsBooleanStatistics.) | |
| AsContinuousStatistics |
Converts current object As Continuous Statistics.
(Overrides SufficientStatisticsAsContinuousStatistics.) | |
| AsDiscreteStatistics |
Converts current object As Discrete Statistics.
(Overrides SufficientStatisticsAsDiscreteStatistics.) | |
| AsGaussianStatistics |
Converts current object As Gaussian Statistics.
(Overrides SufficientStatisticsAsGaussianStatistics.) | |
| AsStatisticsList |
Converts current object As Statistics List.
(Overrides SufficientStatisticsAsStatisticsList.) | |
| CompareTo |
Compares the current object with another object of the same type.
(Inherited from SufficientStatistics.) | |
| Equals(Object) |
Compares object with Sufficient Statistics.
(Overrides SufficientStatisticsEquals(Object).) | |
| Equals(SufficientStatistics) |
Compares Sufficient Statistics.
(Overrides SufficientStatisticsEquals(SufficientStatistics).) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode |
Get Hash Code.
(Overrides SufficientStatisticsGetHashCode.) | |
| GetInstance(IEnumerableDouble) |
Get's the sufficient statistics of the population using population variance (as opposed to the unbiased sample variance).
| |
| GetInstance(Double, Double, Int32) |
Gets new Instance.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsMissing |
Checks the IsMissing flag and returns it.
(Overrides SufficientStatisticsIsMissing.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Converts to string.
(Overrides ObjectToString.) | |
| TryParse |
Try Parse the value.
|
| Name | Description | |
|---|---|---|
| (MissingStatistics to GaussianStatistics) |
Missing Statistics to Gaussian Statistics converter.
|