Config:BasisFunction

From SUMOwiki
Revision as of 11:40, 25 March 2010 by Icouckuy (talk | contribs) (AutoConfig for SUMO 6.2)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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]]>