Uses of Enum Class
com.irurueta.numerical.MaximumLikelihoodEstimatorMethod
Packages that use MaximumLikelihoodEstimatorMethod
-
Uses of MaximumLikelihoodEstimatorMethod in com.irurueta.numerical
Fields in com.irurueta.numerical declared as MaximumLikelihoodEstimatorMethodModifier and TypeFieldDescriptionstatic final MaximumLikelihoodEstimatorMethodMaximumLikelihoodEstimator.DEFAULT_METHODDefault method to find the most likely value.Methods in com.irurueta.numerical that return MaximumLikelihoodEstimatorMethodModifier and TypeMethodDescriptionAccurateMaximumLikelihoodEstimator.getMethod()Returns method to be used for maximum likelihood estimation, which for this class is MaximumLikelihoodEstimatorMethod.HistogramMaximumLikelihoodEstimator.getMethod()Returns method to be used for maximum likelihood estimation, which for this class is MaximumLikelihoodEstimatorMethod.abstract MaximumLikelihoodEstimatorMethodMaximumLikelihoodEstimator.getMethod()Returns method to be used for maximum likelihood estimation on subclasses of this class.Returns the enum constant of this class with the specified name.static MaximumLikelihoodEstimatorMethod[]MaximumLikelihoodEstimatorMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.irurueta.numerical with parameters of type MaximumLikelihoodEstimatorMethodModifier and TypeMethodDescriptionstatic MaximumLikelihoodEstimatorMaximumLikelihoodEstimator.create(double[] inputData, double gaussianSigma, MaximumLikelihoodEstimatorMethod method) Creates an instance of a subclass of this class based on provided method and using provided Gaussian sigma and input data array.static MaximumLikelihoodEstimatorMaximumLikelihoodEstimator.create(double minValue, double maxValue, double[] inputData, double gaussianSigma, MaximumLikelihoodEstimatorMethod method) Creates an instance of a subclass of this class based on provided method and using provided Gaussian sigma, input data array and minimum/maximum values assumed to be contained in provided array.static MaximumLikelihoodEstimatorMaximumLikelihoodEstimator.create(double gaussianSigma, MaximumLikelihoodEstimatorMethod method) Creates an instance of a subclass of this class based on provided method and using provided Gaussian sigma.