|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectCOM.hugin.HAPI.Expression
COM.hugin.HAPI.CompositeExpression
COM.hugin.HAPI.LogNormalDistribution
Expression class representing the LogNormal distribution.
| Field Summary |
| Constructor Summary | |
LogNormalDistribution(Expression mean,
Expression variance)
Constructs a new LogNormalDistribution. |
|
LogNormalDistribution(Expression mean,
Expression variance,
Expression location)
Constructs a new LogNormalDistribution. |
|
| Method Summary | |
int |
getOperator()
Returns the operator of the Expression. |
| Methods inherited from class COM.hugin.HAPI.CompositeExpression |
getOperands, isCompositeExpression |
| Methods inherited from class COM.hugin.HAPI.Expression |
clone, delete, expressionToString, isConstantExpression, isNodeExpression, stringToExpression, stringToExpression |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LogNormalDistribution(Expression mean,
Expression variance)
throws ExceptionHugin
mean - mean of log(X)variance - variance of log(X) [note: not standard deviation]
public LogNormalDistribution(Expression mean,
Expression variance,
Expression location)
throws ExceptionHugin
mean - mean of log(X)variance - variance of log(X) [note: not standard deviation]location - minimum value of X [i.e., log(X-location) has a
normal distribution]| Method Detail |
public int getOperator()
getOperator in class Expression
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||