Package cnuphys.splot.fit
Class FitHold
java.lang.Object
cnuphys.splot.fit.FitHold
This class is used to place holds on fit parameters
- Author:
- heddle
- 
Field SummaryFields
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedFitHold(int index, double value) Create a hold on a fitting parameter.
- 
Method Summary
- 
Field Details- 
indexprotected int index
- 
valueprotected double value
 
- 
- 
Constructor Details- 
FitHoldprotected FitHold(int index, double value) Create a hold on a fitting parameter. When the fit is performed, any parameters that are "held" will be set to a fixed value and no changed in the optimization- Parameters:
- index- the parameter index. All fits have a parameter array (usually called- a[]. This is an index into that array.
- value- the value that should be held.
 
 
-