Package | Description |
---|---|
gov.sandia.cognition.statistics |
Provides the inheritance hierarchy for general statistical methods and distributions.
|
Modifier and Type | Method and Description |
---|---|
Pair<java.lang.Double,java.util.HashMap<TransferEntropy.TransferEntropyDistributionObject,TransferEntropy.TransferEntropyPartialSumObject>> |
TransferEntropy.computeWithPartialSums()
Computes the transfer entropy value and returns a map of the states with their corresponding partial sums.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TransferEntropy.TransferEntropyPartialSumObject.equals(TransferEntropy.TransferEntropyPartialSumObject other)
Checks if this partial sum is equal to the other one.
|