public class NPDF extends NamedWarpScriptFunction implements WarpScriptStackFunction
| Modifier and Type | Class and Description |
|---|---|
static class |
NPDF.Builder |
| Constructor and Description |
|---|
NPDF(java.lang.String name,
double mu,
double sigma) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
apply(WarpScriptStack stack) |
java.lang.String |
toString() |
getName, refSnapshot, setNamepublic java.lang.Object apply(WarpScriptStack stack) throws WarpScriptException
apply in interface WarpScriptStackFunctionWarpScriptExceptionpublic java.lang.String toString()
toString in class NamedWarpScriptFunction