ChiSquaredVariable.isRandomVariable

Indicates that ChiSquaredVariable satisfies the random variable interface through a compile-time enum set to true. (community summary)

struct ChiSquaredVariable(T)
enum isRandomVariable = true;