Skip to content

Julia specific interface for normcdf and normpdf

MichelJuillard requested to merge MichelJuillard/preprocessor:master into master

Julia interface for normcdf() is normcdf(mu, sigma, x) instead of normcdf(x, mu, sigma) as in Matlab. Same for normpdf()

Merge request reports