anal
Description
Reports how many times a number pair has been received.
Examples

Discussion
The output list is designed to serve as input to the prob object, to create a probability matrix of transitions from one number to another (known as a first-order Markov chain).
Arguments
input-limit [int]
Sets a maximum limit for the values that can be input into anal. Input values are clipped between zero and this value. The default value, when no argument is present, is 128. By supplying an argument, you can change the maximum input value up to a maximum of 16384.
Attributes
Common Box Attributes
Messages
int
Arguments
clear
reset
Output
list
The first two numbers in the list are the two most recently received numbers, and the third number shows how many times that particular succession of two numbers has been received. This list of three numbers is designed to be used as input to the prob object, to create a probability matrix of transitions from one number to another (known as a first-order Markov chain).
See Also
Name | Description |
---|---|
histo | |
prob |