search for: mape

Displaying 20 results from an estimated 97 matches for "mape".

Did you mean: map
2000 Aug 31
1
novell maped directory
Hello samba-bugs, I trying to share by samba(2.0.3) allready maped novell directory (maped by ncpmount): ncpmount -S CAPITAL -U butthead -P 12345 /tmp/samba/novell smb.conf: [form618] comment = none writeable = Yes path = /tmp/samba/novell/bank/BANK/618_PO read only = No...
2003 Mar 11
1
MAPE
Hi again With arima0 the problem was solved but what are the diferences between arima and arima0? I have another question. I fit the model to the data and I make some predictions. But I also want to calculate MAPE based in the last 3 observations available. Is it possible? Can I obtain the fitted values from the model? thanks~ luis -- SAPO ADSL.PT, apanhe j? o comboio da Banda Larga. Kit SAPO ADSL.PT ?50 hTTP://www.sapo.pt/kitadsl
2006 Feb 23
0
calculation problem
Dear R users, I hope this mailing list be the right place for my question. Usaully performance criterion of curve fitting like as Directinal Symmetry (DS) and Mean Absolute Percentage Error (MAPE) are correctly used with absolute time series which includes only positive values. But how it is possible to use DS and MAPE with other time series like as return series (for example return of a stock exchange index) which includes pasitive and negative values. Certainly following codes could...
2009 Feb 11
2
Label bars in a faceted bar plot in ggplot2
...nning ggplot2 version 0.8.1 I want to label the bars in a faceted grid barplot. Reproducible R code is given below: #### reproducible facet barplot ##### library(ggplot2) # Dataset from which to create the barplot ml <- rep(1:10,2) vals <- rnorm(20,mean = 10, sd=1) type <- c(rep("MAPE",10),rep("AIC",10)) df<- data.frame(Models = as.factor(ml),Values=vals,Type=type) # create lables to put on the bars mapevals <- rnorm(10,1,1) * 10 aicvals<- rnorm(10,1,1) * 1000 ## create plot p<- NULL p<- qplot(x=Models,y=Values,data=df,geom="bar") # fac...
2017 Feb 22
0
Classicupgrade : was id maping
On Mon, 2017-02-20 at 13:30 +0000, Rowland Penny via samba wrote: > On Mon, 20 Feb 2017 12:40:00 +0000 > Rowland Penny via samba <samba at lists.samba.org> wrote: > > > Well it would, Domain Users seems to have the gidNuber '513' and > > this > > is lower than your lower domain setting '4000' > > > > I am beginning to wonder if
2006 Dec 14
1
Vista to Samba maping LPT ports
I am currently testing our company's software with Vista RC-1 and I've run into a snag I cannot Authenticate a Printer connection to a Samba server on a dos prompt I can connect to the printer using the GUI for windows printing But i Cannot map the printer to an LPT port Every windows out there will connect to this box , from 95 thru to 2000, XP and even Server 2003. But not Vista (as an
2011 Nov 15
1
Plot alignment with mtext
I would like the text plotted with 'mtext' to be alighned like it is for printing on the console. Here is what I have: > print(emt) ME RMSE MAE MPE MAPE MASE original -1.034568e+07 1.097695e+08 2.433160e+07 -31.30554 37.47713 1.5100050 xreg 1.561235e+01 2.008599e+03 9.089473e+02 267.05490 280.66734 0.9893643 > a <- capture.output(print(emt)) > a [1] " ME RMSE MAE MPE...
2017 Feb 20
2
Classicupgrade : was id maping
On Mon, 20 Feb 2017 12:40:00 +0000 Rowland Penny via samba <samba at lists.samba.org> wrote: > Well it would, Domain Users seems to have the gidNuber '513' and this > is lower than your lower domain setting '4000' > I am beginning to wonder if upgrading an NT4-style PDC to a DC is a good idea. Linux starts its normal user base at '1000' (and yes, red-hat
1999 Aug 31
1
DOS Attrib mapping
Hi, I have a problem with the Parameter map system and map hidden. I have both activated, but when I change it under Win9x oder NT it doesn`t change anything and dont write the maping on the x-Bit of group and world. When I change it by hand "chmod go+x *" it shows the correct maping but when I save it it`s gone again. I thought maybe it came from the WinNT support and deaktivted nt
2018 Jun 01
0
Issue with batch forecasting of Time series data
...in = head(input_data["PERCENT_USED"][input_data["Server.Name"]==i] , 90) train = ts(train[1:(length(train))]) fc1 = auto.arima(train) pred1 = forecast( fc1) fit1_acry = accuracy(pred1) fc2 = ets(train) pred2 = forecast( fc2 ) fit2_acry = accuracy(pred2 ) MAPE = data.frame ( fit1_MAPE = fit1_acry[,'MAPE'], fit2_MAPE = fit2_acry[,'MAPE'] ) best = which.min(MAPE) BestModel = get(paste('fc',best,sep="")) forecastoutput = rbind(data.frame(forecast(BestModel, h=1)) ) forecast_date = rbind(...
2018 May 27
0
Help required in Batch Forecasting
...in = head(input_data["PERCENT_USED"][input_data["Server.Name"]==i] , 90) train = ts(train[1:(length(train))]) fc1 = auto.arima(train) pred1 = forecast( fc1) fit1_acry = accuracy(pred1) fc2 = ets(train) pred2 = forecast( fc2 ) fit2_acry = accuracy(pred2 ) MAPE = data.frame ( fit1_MAPE = fit1_acry[,'MAPE'], fit2_MAPE = fit2_acry[,'MAPE'] ) best = which.min(MAPE) BestModel = get(paste('fc',best,sep="")) forecastoutput = rbind(data.frame(forecast(BestModel, h=1)) ) forecast_date = rbind(...
2009 Mar 10
1
Active directory and winbind RID/SID to uid and gid maping across several linux servers
We are using a windows server 2003 active directory as our single sign on server. I have been able to get our RHEL4U6 servers to authenticate with active directory. My concern is that the RID mapping to unix uid/gid range (15000-20000) is stored locally on each machine in a tdb database. So far all of the servers have produced the same mapping, but I do not think it is guarantied. I think the
2017 Feb 20
3
id maping
Hello, I have install samba ad. On AD the config look like # Global parameters [global] netbios name = DC1 realm = SAMDOM.EXAMPLE.COM server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl, winbindd, ntp_signd, kcc, dnsupdate workgroup = SAMDOM server role = active directory domain controller idmap_ldb:use rfc2307 = yes # Default idmap config for local BUILTIN accounts and
2007 Dec 04
1
Best forecasting methods with Time Series ?
Hello, In order to do a future forecast based on my past Time Series data sets (salespricesproduct1, salespricesproduct2, etc..), I used arima() functions with different parameter combinations which give the smallest AIC. I also used auto.arima() which finds the parameters with the smallest AICs. But unfortuanetly I could not get satisfactory forecast() results, even sometimes catastrophic
2018 Apr 21
0
Cross-validation : can't get the predicted response on the testing data
Dear R-experts, Doing cross-validation for 2 robust regressions (HBR and fast Tau). I can't get the 2 errors rates (RMSE and MAPE). The problem is to predict the response on the testing data. I get 2 error messages. Here below the reproducible (fictional example) R code. #install.packages("MLmetrics") # install.packages( "robustbase" ) # install.packages( "MASS" ) # install.packages( "quan...
2004 Jun 25
2
XP 2.2.8a issues
I have some 30 XP boxes in one offices joined to a w2k domain. The w2k server has no problem mapping drives on the samba server, however, the XP workstations refuse. Put in user name and password in the box after mapping, and it just pops back up like you've entered a wrong pass/user name. I have changed signorseal to 0 in registry to no avail. Of course, when the server was NT4, I
2010 Feb 07
1
Out-of-sample prediction with VAR
...ow should I do this? I currently extract the linear model generated by the VAR(3) function to predict the holdout set, but that seems inappropriate? 2. In case that I am doing it right, how is it possible that a automatically fitted model with more variables actually performs less good (in terms of MAPE)? Shouldn't it at least predict just as well as the simple AR(3) by finding that the extra variables have no added value? My code: ts_Y <- ts(log_residuals[1:104]); # detrended sales data ts_XGG <- ts(salesmodeldata$gtrends_global[1:104]); ts_XGL <- ts(salesmodeldata$gtrends_local...
2010 Jun 25
1
Confused: Looping in dataframes
...c("amse")) } } The error message is that* "Error in ets(x[i], model = "AZZ", opt.crit = c("amse")) : y should be a univariate time series"* Could someone please explain why this is happening? I also want to be able to extract data like coef's, errors (MAPE,MSE etc.) Thanks and regards, Phani -- A. Phani Kishan 3rd Year B.Tech Dept. of Computer Science & Engineering IIT MADRAS Ph: +919962363545 [[alternative HTML version deleted]]
2003 Apr 06
1
TDB file format???
Hi. I want to use NT usernames / passwords from my PDC for loging in my server. I also want to use NFS between various UNIX machines I have. The problem is that I already have a database of username <-> UID maping (each user that has an NT username got an unique UID when he got a username). Now I want to translate this my UID database into winbindd UID tdb database, however I don't know
2004 Nov 24
0
how to test membership with samba
Hi, i installed samba 3.0.7 with ldap 2.1.30-3 and idealx-tools 0.8.5 on a Debian sarge. Maping home directories for each user works fine. My goal is now to map a network drive for all members of a group. For example : if someone logs in and is member of group1 then he has a drive letter J: maping at /home/group1 I read about ifmember.exe tools from windows NT but it doesn't works. Does