double[] a
RationalNumber[] a
Polynomial.Rational p
Polynomial.Rational q
java.math.BigInteger p
java.math.BigInteger q
java.lang.String name
double estimate
boolean bound
int maxIterations
double steadyStateThreshold
double convergence
double epsilon
WeightedMeasurement[] measurements
EstimatedParameter[] parameters
double[] jacobian
Depending on the computation phase, this matrix is either in canonical form (just after the calls to updateJacobian) or in Q.R. decomposed form (after calls to qrDecomposition)
int cols
int solvedCols
int rows
double[] diagR
double[] jacNorm
double[] beta
int[] permutation
int rank
double lmPar
double[] lmDir
double[] residuals
Depending on the computation phase, this array is either in canonical form (just after the calls to updateResiduals) or in premultiplied by Qt form (just after calls to qTy)
double cost
double initialStepBoundFactor
int maxCostEval
int costEvaluations
int jacobianEvaluations
double costRelativeTolerance
double parRelativeTolerance
double orthoTolerance
double weight
double measuredValue
boolean ignored
EstimatedParameter[] coefficients
java.util.List<E> measurements
Estimator estimator
double x
AbstractCurveFitter.FitMeasurement[] measurements
double a
double omega
double phi
boolean firstGuessNeeded
int degree
SampledFunction function
int next
ComputableFunction function
double begin
double step
int n
double x
double y
SampledFunction function
int next
ComputableFunction function
double begin
double step
int n
double x
double[] y
double q0
double q1
double q2
double q3
double x
double y
double z
int[] permutations
boolean evenPermutations
LowerTriangularMatrix lower
UpperTriangularMatrix upper
int rows
int columns
double[] data
public abstract void readExternal(java.io.ObjectInput in)
throws java.io.IOException
java.io.IOExceptionpublic abstract void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
java.io.IOExceptiondouble initialTime
double finalTime
boolean forward
int index
java.util.ArrayList<E> steps
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException
java.io.IOExceptionpublic void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
java.io.IOExceptiondouble[] mean
Matrix root
int rank
NormalizedRandomGenerator generator
double[] normalized
int[] fourTapBuffer
int n4TapJ
MersenneTwister generator
int[] mt
int mti
double[] mean
double[] standardDeviation
NormalizedRandomGenerator generator
MersenneTwister generator
Copyright © 2001-2007 Luc Maisonobe. All Rights Reserved.