All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- addComparable(Comparable).
Method in class com.micronova.util.SortedVector
- Adds a Comparable sorted in ascending order.
- compareTo(Object).
Method in class com.micronova.math.CurvePoint
- Defines the sorting ordering; for two CurvePoints p and q,
p is 'smaller' than q if and only if p.x < q.x
- CumulativeNormal().
Constructor for class com.micronova.math.CumulativeNormal
-
- CurvePoint().
Constructor for class com.micronova.math.CurvePoint
- Constructs a new CurvePoint (0, 0).
- CurvePoint(double, double).
Constructor for class com.micronova.math.CurvePoint
- Construcs a new CurvePoint (x, y).
- CurveSolver().
Constructor for class com.micronova.math.CurveSolver
-
- decode(Decoder).
Method in class com.micronova.math.CurvePoint
- Decodes the instance.
- describeClassInfo(ClassInfo).
Method in class com.micronova.math.CurvePoint
- Describes the class information.
- encode(Encoder).
Method in class com.micronova.math.CurvePoint
- Encodes the instance.
- equals(Object).
Method in class com.micronova.math.CurvePoint
- Returns true if object is an instance of CurvePoint and this.x is equal to object.x.
- finishDecoding().
Method in class com.micronova.math.CurvePoint
- Finishes decoding.
- getDeltaOf(double).
Method in class com.micronova.math.CumulativeNormal
-
- getDeltaOf(double).
Method in interface com.micronova.math.DeltaCurve
- Returns the 'delta' (differential) of this Curve at x.
- getSegmentIndex(Comparable).
Method in class com.micronova.util.SortedVector
- Returns the segment index to which a given Comparable p belongs.
- getSegmentIndex(double).
Method in class com.micronova.math.SegmentedCurve
- Returns the index of the segment to which a given value x belongs.
- getValueInSegment(double, int).
Method in class com.micronova.math.LinearSegmentedCurve
- Defines the value for a given point x in index-th segment.
- getValueInSegment(double, int).
Method in class com.micronova.math.SegmentedCurve
- Defines the value for a given point x in index-th segment.
- getValueInSegment(double, int).
Method in class com.micronova.math.StepSegmentedCurve
- Defines the value for a given point x in index-th segment.
- getValueOf(double).
Method in class com.micronova.math.CumulativeNormal
-
- getValueOf(double).
Method in interface com.micronova.math.Curve
- Returns the value of this Curve at given x.
- getValueOf(double).
Method in class com.micronova.math.SegmentedCurve
- The value of this Curve.
- LinearSegmentedCurve().
Constructor for class com.micronova.math.LinearSegmentedCurve
-
- NoSolution().
Constructor for class com.micronova.math.NoSolution
-
- SegmentedCurve().
Constructor for class com.micronova.math.SegmentedCurve
-
- SortedVector().
Constructor for class com.micronova.util.SortedVector
-
- StepSegmentedCurve().
Constructor for class com.micronova.math.StepSegmentedCurve
-
- toString().
Method in class com.micronova.math.CurvePoint
- Returns a string serialization.
- useBisection(Curve, double, double, double, double, double, double, int).
Static method in class com.micronova.math.CurveSolver
-
Solves an equation using Bisection method.
- useBisection(Curve, double, double, double, double, int).
Static method in class com.micronova.math.CurveSolver
-
Solves an equation using Bisection method.
- useLinear(LinearSegmentedCurve, double, double, double).
Static method in class com.micronova.math.CurveSolver
-
Specialized Solver for LinearSegmentedCurve.
- useNewtonRaphson(DeltaCurve, double, double, double, int).
Static method in class com.micronova.math.CurveSolver
-
Solves an equation using Newton-Raphson method.
- x.
Variable in class com.micronova.math.CurvePoint
- x value of this CurvePoint.
- y.
Variable in class com.micronova.math.CurvePoint
- y value of this CurvePoint.