values

Retrieves a copy of the internal array of values associated with the empirical random variable.

This property provides access to the underlying array of values in a safe manner, ensuring that modifications to the returned array do not affect the internal state of the class. Each call returns a new copy of the array containing the values.

Return

A copy of the array holding the empirical random variable's values.