Config:BasisFunction

From SUMOwiki
Jump to navigationJump to search

Generated for SUMO toolbox version 7.0. We are well aware that documentation is not always complete and possibly even out of date in some cases. We try to document everything as best we can but much is limited by available time and manpower. We are are a university research group after all. The most up to date documentation can always be found (if not here) in the default.xml configuration file and, of course, in the source files. If something is unclear please dont hesitate to ask.

BasisFunction

corrgauss

Build kriging models using the maximum likelihood to set the thetas

<[[Config:BasisFunction|BasisFunction]] type="[[BasisFunction#BasisFunction|BasisFunction]]" name="corrgauss">
   <[[Config:Parameter|Parameter]] name="theta" min="-2" max="2" scale="log" duplicate="true"/>
</[[Config:BasisFunction|BasisFunction]]>

correxp

Build kriging models using the maximum likelihood to set the thetas

<[[Config:BasisFunction|BasisFunction]] type="[[BasisFunction#BasisFunction|BasisFunction]]" name="correxp">
   <[[Config:Parameter|Parameter]] name="theta" min="-2" max="2" scale="log" duplicate="true"/>
</[[Config:BasisFunction|BasisFunction]]>