public class StudentT extends java.lang.Object implements ContinuousDistribution
| Modifier and Type | Method and Description |
|---|---|
Diffs |
dLogProb(DoubleTensor t) |
DoubleTensor |
logProb(DoubleTensor t) |
static DoubleVertex |
logProbOutput(DoublePlaceholderVertex t,
IntegerPlaceholderVertex v) |
DoubleTensor |
sample(long[] shape,
KeanuRandom random) |
static ContinuousDistribution |
withParameters(IntegerTensor v)
Computer Generation of Statistical Distributions
by Richard Saucier
ARL-TR-2168 March 2000
5.1.23 page 36
|
public static ContinuousDistribution withParameters(IntegerTensor v)
v - Degrees of Freedompublic DoubleTensor sample(long[] shape, KeanuRandom random)
sample in interface Distribution<DoubleTensor>public DoubleTensor logProb(DoubleTensor t)
logProb in interface Distribution<DoubleTensor>public static DoubleVertex logProbOutput(DoublePlaceholderVertex t, IntegerPlaceholderVertex v)
public Diffs dLogProb(DoubleTensor t)
dLogProb in interface ContinuousDistribution