Package de.fzi.power.regression.r
Class DoubleModelParameter<Q extends javax.measure.quantity.Quantity>
- java.lang.Object
-
- de.fzi.power.regression.r.ConstantModelParameter<Double,Q>
-
- de.fzi.power.regression.r.DoubleModelParameter<Q>
-
- All Implemented Interfaces:
ModelParameter
public class DoubleModelParameter<Q extends javax.measure.quantity.Quantity> extends ConstantModelParameter<Double,Q>
-
-
Constructor Summary
Constructors Constructor Description DoubleModelParameter(String name, javax.measure.Measure<Double,Q> startMeasure)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.measure.Measure<Double,Q>
asMeasure(Double value)
-
Methods inherited from class de.fzi.power.regression.r.ConstantModelParameter
getName, getUnit, getValue
-
-