Constructs the Laplace distribution from a numerical variable.
Namespace: Extreme.Statistics.DistributionsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public LaplaceDistribution(
NumericalVariable variable,
EstimationMethod method
)
Public Sub New (
variable As NumericalVariable,
method As EstimationMethod
)
public:
LaplaceDistribution(
NumericalVariable^ variable,
EstimationMethod method
)
new :
variable : NumericalVariable *
method : EstimationMethod -> LaplaceDistribution
Parameters
- variable
- Type: Extreme.StatisticsNumericalVariable
A NumericalVariable. - method
- Type: Extreme.Statistics.DistributionsEstimationMethod
An EstimationMethod value that specifies the method
to be used to estimate the distribution parameters.
This constructor estimates the distribution of variable
using the method specified by method.
Numerical Libraries
Supported in: 5.x, 4.x
Reference