Description Usage Arguments Value Author(s) References Examples
Calculates the bhattacharyya distance of the given probability distribution and the uniform distribution
1 | BhattacharyyaDistance(prob)
|
prob |
A numeric vector containing a probability distribution of ordinal patterns |
The Bhattacharya distance between the probability distribution of time series and uniform distribution
Eduarda Chagas
Kailath, Thomas. "The divergence and Bhattacharyya distance measures in signal selection." IEEE transactions on communication technology 15.1 (1967): 52-60.
1 2 3 4 5 6 | set.seed(123, kind = "Mersenne-Twister")
x <- runif(110000)
d <- 3
del <- 1
p <- BP(series = x, dimension = d, delay = del)
BhattacharyyaDistance(prob = p)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.