figaro.decorators module

figaro.decorators.antiprobit(func)[source]

Transform a point x from probit space to natural space and returns the function evaluated at the natural point y

figaro.decorators.from_probit(func)[source]

Evaluate a function that samples points in probit space and return these points after transforming them to natural space

figaro.decorators.probit(func)[source]

Transform a point x from natural space to probit space and returns the function evaluated at the probit point y