search for: tnr

Displaying 14 results from an estimated 14 matches for "tnr".

Did you mean: nr
2008 Jan 31
3
too many open files....??
Hi all, I''m fighting with an error message right now, that I don''t understand: puppetmasterd[16269]: Could not write report for steinbeck.tnr.dk at /var/lib/puppet/reports/steinbeck.tnr.dk/200801311728.yaml: Too many open files But an output from lsof states that there is only ~5500 files open - not reaching any max I know of. Anyone else experiencing this...? -- Med venlig hilsen Juri Rischel Jensen Fab:IT ApS Vesterbrogade 50...
2018 Jun 01
2
Time-series moving average question
You are right that there are no NAs in the practice data. But there are NAs in the moving average data. To see this, break your work into two separate steps, like this: tnr.ma <- ma(dat3[1:28], order=3) TNR_moving_average <- forecast(tnr.ma, h=8) I think you will find that the warning comes from the second step. Print tnr.ma and you will see some NAs. -Don -- Don MacQueen Lawrence Livermore National Laboratory 7000 East Ave., L-627 Livermore, CA 94550 925-...
2018 Jun 01
0
Time-series moving average question
....com>; r-help (r-help at r-project.org) <r-help at r-project.org> Subject: Re: [R] Time-series moving average question You are right that there are no NAs in the practice data. But there are NAs in the moving average data. To see this, break your work into two separate steps, like this: tnr.ma<http://tnr.ma> <- ma(dat3[1:28], order=3) TNR_moving_average <- forecast(tnr.ma<http://tnr.ma>, h=8) I think you will find that the warning comes from the second step. Print tnr.ma<http://tnr.ma> and you will see some NAs. -Don -- Don MacQueen Lawrence Livermore Natio...
2011 Jul 11
1
Named numeric vectors with the same value but different names return different results when used as thresholds for calculating true positives
...TRUE) length(x) - length(x[x <= bin.ct]) # Very curious. One last thing which may or may not be related: # If I try and subset results from ctch using different values of ctch$threshold, this happens: ctch[ctch$threshold == 3.0, ] # threshold val tp fp tn fn tpr fpr tnr fnr #7 3 395.38 3029 16883 16888 111 0.96465 0.499926 0.500074 0.03535 ctch[ctch$threshold == 3.5, ] # [1] threshold val tp fp tn fn tpr fpr tnr fnr #<0 rows> (or 0-length row.names) ctch[ctch$threshold == 4.0, ] # threshold...
2018 Jun 01
0
Time-series moving average question
Hello Don, thank you for your response. I appreciate your help. I am using the forecast package, originally I found it following a forecasting example on bloggers.com https://www.r-bloggers.com/time-series-analysis-using-r-forecast-package/ And subsequently located the complete pdf https://cran.r-project.org/web/packages/forecast/forecast.pdf Since I created this practice data using the
2013 Apr 13
1
how can I convert a result (text) in table format in R?
...(current, 500) pvtest <- data.frame(extract(current, occtest)) avtest <- data.frame(extract(current, bg)) e2 = evaluate(model, p=pvtest, a=avtest) > e2 class : ModelEvaluation n presences : 10 n absences : 1000 AUC : 0.9952 cor : 0.6453986 max TPR+TNR at : 0.4496625 I wanted to put the e2 into table. How can I change the text (e2 results) in table format? Thanks Kristi [[alternative HTML version deleted]]
2008 May 01
3
how to not sort factors when plotting
Hello, When making a graph, plot and boxplot automatically sort my factor levels (y axis) into alphabetical order. Is there a way to make it NOT do this? I've tried: sort.by="none", sorted=FALSE, sort=FALSE, reorder=FALSE. Thank you.
2018 Jun 01
2
Time-series moving average question
...,.Dim = c(28L, 3L) ,.Dimnames = list(NULL, c("OONNetRev","OONAdjusted" ,"OONCancelled")) ,.Tsp = c(2016, 2018.25, 12), class = c("mts", "ts", "matrix")) head(dat3); nrow(dat3) TNR_moving_average <- forecast(ma(dat3[1:28], order=3), h=8) TNR_moving_average # Warning message: # In ets(object, lambda = lambda, biasadj = biasadj, allow.multiplicative.trend = allow.multiplicative.trend, : # Missing values encountered. Using longest contiguous...
2012 Mar 13
7
ROC Analysis
Hi everybody, I have a data set with a value and a status (positive or negative case) and I want make a ROC Analysis. So, with ROCR Package, I have got the ROC curve (True Positive Fraction [tpf] according 1-True Negative Fraction [1-tnf]). http://r.789695.n4.nabble.com/file/n4469203/01.png But, now I want a new graphic which show the sum of true positive fraction and true negative fraction
2017 Apr 13
0
Wine release 2.6
...ine is available thanks to the work of many people. See the file AUTHORS in the distribution for the complete list. ---------------------------------------------------------------- Bugs fixed in 2.6 (total 25): 2624 In dialogs, an incorrect extra WM_ERASEBKGND is sent after WM_PAINT 22220 TNR MoonLight 2.31.122 works incorrectly 27638 combined hindi text like nna kra causes the keyboard cursor to go far off 29997 StudioTax 2011 crashes during installation 30684 Mono: GroupBox draws border line after text 38213 Japanese vertical text incorrected 39856 Regedit: Default regi...
2003 Jul 23
1
error bars in color
Hi, is it possible to generate differently colored error bars in one plot? Thx in advance, Heinrich [[alternative HTML version deleted]]
2005 Oct 22
0
file is currently in use by Windows
I'm attempting to install an old coolgen app to which I do not have the source code. While installing, the installer gives me the error: This file is currently in use by Windows & a new version cannot be installed while this is true. The error I get from wine is: err:static:STATIC_SetIcon huh? hicon!=0, but info=0??? This is a fresh install of the coolgen app. Any idea what
2008 Jan 10
0
forward call intended for another domain
I'm new here. For a registered SIP 'friend' that dials an address not handled by my server (say user at ekiga.net), how do I get Asterisk to forward that call to ekiga.net? Thanks. Randall
2008 Feb 27
1
simultaneous ring problem
I've got this in extensions.conf: [macro-stdexten] exten => s,1,Dial(${ARG2},30,p) exten => 6015555555,1,Macro(stdexten,200,SIP/200&SIP/201&SIP/203&SIP/${VOICEPULSE_GATEWAY_OUT_A}/+15045555555) Where the real numbers have been replaced with 5555555. What I'm trying to do is ring my cell phone in addition to the local extensions. Funny thing is the cell phone rings