Uses of Interface
com.imsl.math.MinUnconMultiVar.Function
Packages that use MinUnconMultiVar.Function
Package
Description
Neural networks.
Mathematical functions and algorithms.
Statistics examples.
-
Uses of MinUnconMultiVar.Function in com.imsl.datamining.neural
Classes in com.imsl.datamining.neural that implement MinUnconMultiVar.FunctionModifier and TypeClassDescriptionprotected classprotected classprotected classThe Objective class is passed to the optimizer.protected classThe Objective class is passed to the optimizer. -
Uses of MinUnconMultiVar.Function in com.imsl.math
Subinterfaces of MinUnconMultiVar.Function in com.imsl.mathModifier and TypeInterfaceDescriptionstatic interfacePublic interface for the user supplied gradient to theMinUnconMultiVarobject.static interfacePublic interface for the user supplied Hessian to theMinUnconMultiVarobject.Methods in com.imsl.math with parameters of type MinUnconMultiVar.FunctionModifier and TypeMethodDescriptiondouble[]MinUnconMultiVar.computeMin(MinUnconMultiVar.Function F) Return the minimum point of a function of n variables of typedoubleusing a finite-difference gradient or using a user-supplied gradient. -
Uses of MinUnconMultiVar.Function in com.imsl.test.example.stat
Classes in com.imsl.test.example.stat that implement MinUnconMultiVar.FunctionModifier and TypeClassDescriptionclassEstimates a moving average model \(\text{MA}(1)\) using the Kalman filter.