search for: thresold

Displaying 6 results from an estimated 6 matches for "thresold".

Did you mean: threshold
2017 Jun 27
1
[PATCH] drm/nouveau/therm: fix spelling mistake on array thresolds
From: Colin Ian King <colin.king at canonical.com> Array thresolds should be named thresholds, rename it. Also make it static static const char * const Signed-off-by: Colin Ian King <colin.king at canonical.com> --- drivers/gpu/drm/nouveau/nvkm/subdev/therm/temp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/no...
2004 Jun 24
2
More problems with lattice and postscript
...{ for(method in 1:12) { auxdata<- as.data.frame(t(table.thres[c(method,16),1+(centre-1)*250+(1:250)])) names(auxdata)<-c("Threshold", "Parameters") trellis.device(postscript, file=paste("plots/thresold-",method,"-",centre,".eps", sep=""), onefile=FALSE, color=TRUE) bwplot(Threshold~Parameters, data=auxdata, groups=Parameters, main=list(label=get.method(method), cex=1.5), horizontal=FALSE, pch=&quo...
2004 Sep 24
1
exponential correlation?
Hello, I have been asked to perform a exponential correlation on a data set. Unfortunately, i did not find any simple example on how to do that with R. If the correlation is significant, one asked me to also find the thresold of the acceleration slope. Have any of you a little example or a good link to get me started? Best regards Blaise -- Mutt, c'est de la balle, quand ??a marche :-)
2013 Feb 03
1
[PATCH 1/3] drm/nouveau/therm: turn on a fan only when crossing threshold in positive direction
...therm_sensor_event(struct nouveau_therm *therm, return; if (dir == NOUVEAU_THERM_THRS_FALLING) - nv_info(therm, "temperature (%u C) went bellow the '%s' threshold\n", + nv_info(therm, "temperature (%u C) went below the '%s' threshold\n", temperature, thresolds[thrs]); else nv_info(therm, "temperature (%u C) hit the '%s' threshold\n", @@ -114,8 +114,10 @@ void nouveau_therm_sensor_event(struct nouveau_therm *therm, active = (dir == NOUVEAU_THERM_THRS_RISING); switch (thrs) { case NOUVEAU_THERM_THRS_FANBOOST: - nouveau_therm_...
2009 Jul 26
0
Version 0.7 of package tsDyn, nonlinear time series
...de.google.com/p/tsdyn/wiki/ThresholdCointegration offers an overview of the threshold cointegration framework and describes the implemented functions. It can serve as an ideal introduction for people interested in discovering this field. Main new features include: -added possibilty to have two thresolds and hence three regimes in setar and selectSETAR (arg nthresh) -new functions for unit roots tests: KapShinTest() and BBCTest() -new functions for estimating VAR and VECM: lineVar -new function for estimating TVECM: function TVECM() -new function for estimating TVAR: function TVAR() -new function...
2009 Jul 26
0
Version 0.7 of package tsDyn, nonlinear time series
...de.google.com/p/tsdyn/wiki/ThresholdCointegration offers an overview of the threshold cointegration framework and describes the implemented functions. It can serve as an ideal introduction for people interested in discovering this field. Main new features include: -added possibilty to have two thresolds and hence three regimes in setar and selectSETAR (arg nthresh) -new functions for unit roots tests: KapShinTest() and BBCTest() -new functions for estimating VAR and VECM: lineVar -new function for estimating TVECM: function TVECM() -new function for estimating TVAR: function TVAR() -new function...