public static class TransferEntropy.TransferEntropyPartialSumObject
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
double |
numberOfAppearances
The number of appearances.
|
double |
partialSum
The partial sum.
|
TransferEntropy.TransferEntropyDistributionObject |
state
The state.
|
| Constructor and Description |
|---|
TransferEntropyPartialSumObject(TransferEntropy.TransferEntropyDistributionObject state,
double partialSum,
double numberOfApperances)
Basic constructor that assigns values in the intuitive way.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(TransferEntropy.TransferEntropyPartialSumObject other)
Checks if this partial sum is equal to the other one.
|
java.lang.String |
toString() |
public final TransferEntropy.TransferEntropyDistributionObject state
public final double partialSum
public final double numberOfAppearances
public TransferEntropyPartialSumObject(TransferEntropy.TransferEntropyDistributionObject state, double partialSum, double numberOfApperances)
state - The state represented by this partial sum;partialSum - The transfer entropy partial sum.numberOfApperances - The number of timespublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(TransferEntropy.TransferEntropyPartialSumObject other)
other - The other sum.