Skip to content

How to use

João Camacho edited this page Oct 8, 2021 · 3 revisions

If you have practice with python programming you will find this very easy. You can use it as any normal package and import it with:


import gpyrn as gpy

For a more practical use you can also import names from the module directly


from gpyrn import covfunc, meanfunc

In this case you would be importing all the covariance functions with covfunc and all mean functions with meanfun the package currently has.