![]() |
IUnivariateFittableDistribution Interface |
Namespace: Accord.Statistics.Distributions
The IUnivariateFittableDistribution type exposes the following members.
Name | Description | |
---|---|---|
![]() | Entropy |
Gets entropy of the distribution.
(Inherited from IUnivariateDistributionTObservation.) |
![]() | Mean |
Gets the mean value for the distribution.
(Inherited from IUnivariateDistributionTObservation.) |
![]() | Median |
Gets the median value for the distribution.
(Inherited from IUnivariateDistributionTObservation.) |
![]() | Mode |
Gets the mode value for the distribution.
(Inherited from IUnivariateDistributionTObservation.) |
![]() | Quartiles |
Gets the Quartiles for this distribution.
(Inherited from IUnivariateDistribution.) |
![]() | Support |
Gets the support interval for this distribution.
(Inherited from IUnivariateDistributionTObservation.) |
![]() | Variance |
Gets the variance value for the distribution.
(Inherited from IUnivariateDistributionTObservation.) |
Name | Description | |
---|---|---|
![]() | Clone | Creates a new object that is a copy of the current instance. (Inherited from ICloneable.) |
![]() | ComplementaryDistributionFunction(Double) |
Gets the complementary cumulative distribution function
(ccdf) for this distribution evaluated at point x.
This function is also known as the Survival function.
(Inherited from IDistribution.) |
![]() | ComplementaryDistributionFunction(TObservation) |
Gets the complementary cumulative distribution function
(ccdf) for this distribution evaluated at point x.
This function is also known as the Survival function.
(Inherited from IDistributionTObservation.) |
![]() | CumulativeHazardFunction |
Gets the cumulative hazard function for this
distribution evaluated at point x.
(Inherited from IUnivariateDistributionTObservation.) |
![]() | DistributionFunction(Double) |
Gets the cumulative distribution function (cdf) for
this distribution evaluated at point x.
(Inherited from IDistribution.) |
![]() | DistributionFunction(TObservation) |
Gets the cumulative distribution function (cdf) for
this distribution evaluated at point x.
(Inherited from IDistributionTObservation.) |
![]() | DistributionFunction(Double, Double) |
Gets the cumulative distribution function (cdf) for this
distribution in the semi-closed interval (a; b] given as
P(a < X ≤ b).
(Inherited from IUnivariateDistribution.) |
![]() | Fit(Array) |
Fits the underlying distribution to a given set of observations.
(Inherited from IDistribution.) |
![]() | Fit(TObservations) |
Fits the underlying distribution to a given set of observations.
(Inherited from IFittableTObservations.) |
![]() | Fit(Array, IFittingOptions) |
Fits the underlying distribution to a given set of observations.
(Inherited from IDistribution.) |
![]() | Fit(Array, Double) |
Fits the underlying distribution to a given set of observations.
(Inherited from IDistribution.) |
![]() | Fit(Array, Int32) |
Fits the underlying distribution to a given set of observations.
(Inherited from IDistribution.) |
![]() | Fit(TObservations, Double) |
Fits the underlying distribution to a given set of observations.
(Inherited from IFittableTObservations.) |
![]() | Fit(Array, Double, IFittingOptions) |
Fits the underlying distribution to a given set of observations.
(Inherited from IDistribution.) |
![]() | Fit(Array, Int32, IFittingOptions) |
Fits the underlying distribution to a given set of observations.
(Inherited from IDistribution.) |
![]() | GetRange |
Gets the distribution range within a given percentile.
(Inherited from IUnivariateDistribution.) |
![]() | HazardFunction |
Gets the hazard function, also known as the failure rate or
the conditional failure density function for this distribution
evaluated at point x.
(Inherited from IUnivariateDistributionTObservation.) |
![]() | InverseDistributionFunction |
Gets the inverse of the cumulative distribution function (icdf) for
this distribution evaluated at probability p. This function
is also known as the Quantile function.
(Inherited from IUnivariateDistributionTObservation.) |
![]() | LogCumulativeHazardFunction |
Gets the cumulative hazard function for this
distribution evaluated at point x.
(Inherited from IUnivariateDistribution.) |
![]() | LogProbabilityFunction(Double) |
Gets the log-probability density function (pdf)
for this distribution evaluated at point x.
(Inherited from IDistribution.) |
![]() | LogProbabilityFunction(TObservation) |
Gets the log-probability density function (pdf)
for this distribution evaluated at point x.
(Inherited from IDistributionTObservation.) |
![]() | ProbabilityFunction(Double) |
Gets the probability density function (pdf) for
this distribution evaluated at point x.
(Inherited from IDistribution.) |
![]() | ProbabilityFunction(TObservation) |
Gets the probability density function (pdf) for
this distribution evaluated at point x.
(Inherited from IDistributionTObservation.) |
![]() | QuantileDensityFunction |
Gets the first derivative of the
inverse distribution function (icdf) for this distribution evaluated
at probability p.
(Inherited from IUnivariateDistribution.) |