Package de.fzi.power.regression.r
Class NonLinearSquaresRegression<Q extends javax.measure.quantity.Quantity>
- java.lang.Object
-
- de.fzi.power.regression.r.AbstractRegression<Q>
-
- de.fzi.power.regression.r.AbstractNonLinearRegression<Q>
-
- de.fzi.power.regression.r.NonLinearSquaresRegression<Q>
-
public class NonLinearSquaresRegression<Q extends javax.measure.quantity.Quantity> extends AbstractNonLinearRegression<Q>
-
-
Field Summary
-
Fields inherited from class de.fzi.power.regression.r.AbstractRegression
DATA_FRAME_NAME, FIT_FNC, measurements, R_ACCESSOR, R_ADDITIONAL_COMMAND, R_ASSIGNMENT_OPERATOR, R_BLOCK_END, R_COMMAND_POSTFIX, R_PARAM_SEPARATOR, R_REGRESSION_RELATIONHSIP_OPERATOR, R_START_PARAM_NAME_ASSIGN, R_START_VALUE_ASSIGNMENT_OPERATOR, R_START_VALUES_BLOCK, R_TARGET_NAME, targetMetric
-
-
Constructor Summary
Constructors Constructor Description NonLinearSquaresRegression(org.vedantatree.expressionoasis.expressions.Expression expression, List<VariableMeasurements> measurements, List<ConstantModelParameter<?,? extends javax.measure.quantity.Quantity>> constants, TargetMeasurements targetMetric)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFunctionName()
Iterable<String>
getRequiredPackages()
-
Methods inherited from class de.fzi.power.regression.r.AbstractNonLinearRegression
createRCompatibleExportVisitorConfiguration, deriveParameters, generateVectorPlot, getAdditionalParameters, getAIC, getFormula
-
Methods inherited from class de.fzi.power.regression.r.AbstractRegression
constructModel
-
-
-
-
Constructor Detail
-
NonLinearSquaresRegression
public NonLinearSquaresRegression(org.vedantatree.expressionoasis.expressions.Expression expression, List<VariableMeasurements> measurements, List<ConstantModelParameter<?,? extends javax.measure.quantity.Quantity>> constants, TargetMeasurements targetMetric)
-
-
Method Detail
-
getFunctionName
public String getFunctionName()
- Specified by:
getFunctionName
in classAbstractRegression<Q extends javax.measure.quantity.Quantity>
-
getRequiredPackages
public Iterable<String> getRequiredPackages()
- Overrides:
getRequiredPackages
in classAbstractNonLinearRegression<Q extends javax.measure.quantity.Quantity>
-
-