Override of the support property in the parent TruncatedStandardNormal class, allowing to set it when instantiating the class (It can't be a class attribute as it will be per-instance specific)
Fix-up the cdf and log_prob function to have the argument validation for rescaled values.
Solves #1
Goal
Enable support checking
Changes Introduced
support
property in the parentTruncatedStandardNormal
class, allowing to set it when instantiating the class (It can't be a class attribute as it will be per-instance specific)cdf
andlog_prob
function to have the argument validation for rescaled values.Tests conducted
Only local minor tests, related to the issue #1