public static class Parameterized.ParameterizedBase
A Utility class for using as the superclass to subclasses which are based on double arrays
protected ParameterizedBase(kotlin.Array[] parameters,
kotlin.Array[] lowerLimits,
kotlin.Array[] upperLimits,
kotlin.Array[] defaultValues)
Builds a parameterized objects around a set of double arrays
protected ParameterizedBase(kotlin.Array[] parameters,
kotlin.Array[] lowerLimits,
kotlin.Array[] upperLimits,
kotlin.Array[] defaultValues,
kotlin.Array[] parametersSE)
Builds a parameterized objects around a set of double arrays
protected ParameterizedBase()
Builds a parameterized objects around a set of double arrays. The user needs to call setSource() at some point to correctly set things up
protected void setSource(kotlin.Array[] parameters,
kotlin.Array[] lowerLimits,
kotlin.Array[] upperLimits,
kotlin.Array[] defaultValues)
Set's the base arrays...
IllegalArgumentException - if arrays are not the same sizeprotected void setSource(kotlin.Array[] parameters,
kotlin.Array[] lowerLimits,
kotlin.Array[] upperLimits,
kotlin.Array[] defaultValues,
kotlin.Array[] parametersSE)
Set's the base arrays...
IllegalArgumentException - if arrays are not the same sizepublic int getNumParameters()
public void setParameter(double param,
int n)
public double getParameter(int n)
public void setParameterSE(double paramSE,
int n)
public double getLowerLimit(int n)
public double getUpperLimit(int n)
public double getDefaultValue(int n)
protected kotlin.Array[] getParametersSE()