Statistical operations

Calculate the mutual information between variables

post/statisticalOperations/higherDimensionMutualInformation

Request body

kinteger required

number of neighbors (must be < to len(X))

baseinteger

takes 2 (unit =bits), 10 (unit= nats)

Response

mutual information between the variables

Changes