public class CumulativeNormalDistribution extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
|
CumulativeNormalDistribution() |
|
CumulativeNormalDistribution(double average) |
|
CumulativeNormalDistribution(double average,
double sigma) |
protected |
CumulativeNormalDistribution(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
double |
derivative(double x) |
protected void |
finalize() |
protected static long |
getCPtr(CumulativeNormalDistribution obj) |
double |
getValue(double x) |
protected CumulativeNormalDistribution(long cPtr,
boolean cMemoryOwn)
public CumulativeNormalDistribution(double average,
double sigma)
public CumulativeNormalDistribution(double average)
public CumulativeNormalDistribution()
protected static long getCPtr(CumulativeNormalDistribution obj)
public void delete()
public double getValue(double x)
public double derivative(double x)
Copyright © 2017. All rights reserved.