Package org.drip.spline.basis
Class ExponentialTensionSetParams
java.lang.Object
org.drip.spline.basis.ExponentialTensionSetParams
- All Implemented Interfaces:
FunctionSetBuilderParams
public class ExponentialTensionSetParams extends java.lang.Object implements FunctionSetBuilderParams
ExponentialTensionSetParams implements per-segment parameters for the exponential tension basis
set. Currently it only contains the tension parameter.
- ExponentialTensionSetParams Constructor
- Get the Segment Tension
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description ExponentialTensionSetParams(double tension)
ExponentialTensionSetParams constructor -
Method Summary
Modifier and Type Method Description double
tension()
Get the Segment TensionMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ExponentialTensionSetParams
public ExponentialTensionSetParams(double tension) throws java.lang.ExceptionExponentialTensionSetParams constructor- Parameters:
tension
- Segment Tension- Throws:
java.lang.Exception
- Thrown if the Inputs are Invalid
-
-
Method Details
-
tension
public double tension()Get the Segment Tension- Returns:
- The Segment Tension
-