modelBLfunk module

Created on Fri Mar 2 17:01:49 2018

@author: hanseni

Functions placed here are included in the Pyfs business language

modelBLfunk.logit_inverse(number)[source]

A function which returns the logit of a number

takes care of extreme values

modelBLfunk.sum_excel(*arg)[source]

a functions which sums the arguments used in models franslated from excel

modelBLfunk.logit(number)[source]

A function which returns the logit of a number

modelBLfunk.normcdf(input, mu=0.0, sigma=1.0)[source]
modelBLfunk.qgamma(q, a, loc)[source]
modelBLfunk.clognorm(input, mu=0.0, sigma=1.0)[source]