| Bio.Distributions Namespace |
[Missing <summary> documentation for "N:Bio.Distributions"]
| Class | Description | |
|---|---|---|
| BooleanStatistics |
Implementation of SufficientStatistics class for Boolean values and
Missing values which cannot be classified in either of two states.
| |
| ContinuousStatistics |
Continuous Statistics class.
| |
| DiscreteStatistics |
Discrete Statistics.This can not take a value between two values unlike Continuous Statistics.
| |
| GaussianStatistics |
Gaussian Statistics. It assumes that the observations are closely clustered
around the mean, μ, and this amount is decaying quickly as we go farther away from the mean.
| |
| MissingStatistics |
Missing Statistics class.
| |
| StatisticsList |
Statistics List.
| |
| SufficientStatistics |
Act as a base class for classes which contains distributional statistics.
|
| Enumeration | Description | |
|---|---|---|
| Classification |
Enumeration representing binary distribution.
| |
| MixtureSemantics |
none (the old Mixture==false), if a position contains {ab}, consider it missing with regards to a and b, but say it doesn't have c.
pure (the old Mixture==true), if a position contains {ab} say that it has neither.
any (a new possibility), if a position contains {ab}, say that it has both.
| |
| WriteType |
Enumeration depicting the values stored in matrix.
|