public class DecayModel extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
DecayModel() |
|
DecayModel(FitFunc fitfunc,
float[] params,
boolean[] paramfree,
RestrainType restrain,
int ndata,
float chisq_target,
float chisq_delta,
int chisq_percent) |
protected |
DecayModel(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
Float2DMatrix |
getAlpha() |
float |
getChisq() |
Float2DMatrix |
getCovar() |
protected static long |
getCPtr(DecayModel obj) |
Float2DMatrix |
getErraxes() |
flimlib.FitFuncNative |
getFitfunc() |
float[] |
getFitted() |
float[] |
getParams() |
float[] |
getResiduals() |
protected DecayModel(long cPtr, boolean cMemoryOwn)
public DecayModel()
public DecayModel(FitFunc fitfunc, float[] params, boolean[] paramfree, RestrainType restrain, int ndata, float chisq_target, float chisq_delta, int chisq_percent)
protected static long getCPtr(DecayModel obj)
public void delete()
public flimlib.FitFuncNative getFitfunc()
public float[] getParams()
public float[] getFitted()
public float[] getResiduals()
public float getChisq()
public Float2DMatrix getCovar()
public Float2DMatrix getAlpha()
public Float2DMatrix getErraxes()
Copyright © 2015–2022 FLIMLib. All rights reserved.