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