Displaying 2 results from an estimated 2 matches for "fitmap".
Did you mean:
bitmap
2011 Oct 04
0
number of analogs in significance test of MAT reconstructions using randomTF from palaeoSig
...to
test the significance of a MAT reconstruction with nine analogs and a
WA-PLS reconstruction with four components. I'm probably missing
something obvious here but how do I make sure that randomTF is testing
the reconstruction based on the desired number of analogs / components?
In:
fitmap.wapls = WAPLS( lumapspc, lumap)
sig.wapls = randomTF( spp = sqrt( lumapspc ), env = lumapenv, fos =
sqrt( hcspc ), n = 999, fun = WAPLS, col = 4 )
I assume "col = 4" tells randomTF to test the reconstruction based
on the four component WA-PLS model as that's what the documentat...
2000 Nov 08
0
vq diffs
...c(sizeof(long)*p->fittotal);
+ p->fitlist=(long*)_ogg_malloc(sizeof(long)*p->fittotal);
for(i=0;i<p->fittotal;i++)
if(get_next_ivalue(in,p->fitlist+i)){
@@ -342,5 +343,5 @@
reset_next_value();
for(i=0;i<c->dim;i++)pigeons*=p->quantvals;
- p->fitmap=_ogg_malloc(sizeof(long)*pigeons);
+ p->fitmap=(long*)_ogg_malloc(sizeof(long)*pigeons);
for(i=0;i<pigeons;i++)
if(get_next_ivalue(in,p->fitmap+i)){
@@ -352,5 +353,5 @@
find_seek_to(in,"static long _vq_fitlength_");
reset_next_value();
- p->fitlengt...