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