FreeHEP API
Version v1.1

hep.fitting
Interface Fit


public interface Fit

An interface that represents the relevant data either created or modified by performing a fit

Author:
Manj Benning

Method Summary
 double getChiSquared()
           
 String[] getParameterNames()
           
 double[] getParameterSigmas()
           
 double[] getParameterValues()
           
 

Method Detail

getChiSquared

public double getChiSquared()
Returns:
The Chi Squared of the fit

getParameterSigmas

public double[] getParameterSigmas()
Returns:
A list of the errors on the parameters determined by the fit

getParameterNames

public String[] getParameterNames()
Returns:
A list of parameter names

getParameterValues

public double[] getParameterValues()
Returns:
A list of fitted parameter values

FreeHEP API
Version v1.1

Copyright © 2000-2002 FreeHEP, All Rights Reserved.