Skip to main content
POST

Authorizations

X-API-Key
string
header
required

API key for authentication. Get your key at https://api.fincept.in/auth/register

Body

application/json
transition_matrix
number[][]
required

Markov transition probability matrix (rows must sum to 1)

Example:
stationary_dist
number[] | null

Stationary distribution (optional - will be computed if not provided)

Example:
base
number
default:2.718281828459045

Logarithm base for entropy calculation

Example:

2.718281828459045

Response

Markov entropy rate calculated successfully

success
boolean
Example:

true

data
object