|
GeneralContinuousDistributionFromDistributionFunction Method (FuncDouble, Double)
|
Namespace:
Accord.Statistics.Distributions.Univariate
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public static GeneralContinuousDistribution FromDistributionFunction(
Func<double, double> cdf
)
Public Shared Function FromDistributionFunction (
cdf As Func(Of Double, Double)
) As GeneralContinuousDistribution
Request Example
View SourceParameters
- cdf
- Type: SystemFuncDouble, Double
A cumulative distribution function.
Return Value
Type:
GeneralContinuousDistributionA
GeneralContinuousDistribution created from the
cdf whose measures and functions are computed using
numerical integration and differentiation.
See Also