Package jsl.utilities.random
Interface ParametersIfc
-
- All Known Subinterfaces:
DistributionIfc
- All Known Implementing Classes:
Bernoulli
,Beta
,Binomial
,BivariateLogNormal
,BivariateNormal
,Constant
,DEmpiricalCDF
,Distribution
,DPopulation
,DUniform
,Exponential
,Gamma
,Geometric
,LogLogistic
,Lognormal
,MTP
,NegativeBinomial
,Normal
,PearsonType5
,PearsonType6
,Poisson
,ShiftedDistribution
,ShiftedGeometric
,ShiftedLossFunctionDistribution
,StudentT
,Triangular
,TruncatedDistribution
,TwoStateMarkovChain
,Uniform
,VConstant
,Weibull
public interface ParametersIfc
Represents a general mechanism for setting and getting the parameters of a function via an array of doubles
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double[]
getParameters()
Gets the parametersvoid
setParameters(double[] parameters)
Sets the parameters
-