For questions related to statistical prediction, especially for programming tasks.
0
votes
0answers
11 views
suggestive input / predictive text for code? (like in dreamweaver, etc)
Which editors are best in offering suggestions while typing in code?
When i first noticed predictive input in dreamweaver 8 i was amazed - yet i didnt find much else like it and it seems not to be a ...
0
votes
1answer
38 views
left and right interval for predicted value r
I'm having trouble finding a solution for a problem.
Let's say I have a dataset with two columns, one column are the grades for one course, the other column are the grades for another course.
x = ...
-3
votes
0answers
21 views
How do I plot one-class svm classification in R [closed]
I'm doing one class classification using svm in R. How do I represent the prediction graphically? My data has many dimensions, can i graph my decision boundary?
-5
votes
0answers
44 views
Neural Network to predict currency - Python [closed]
From matlab, it's possible to predict currency exchange rate as such: http://library.wolfram.com/examples/exchangerate/
How do I use python neural network libraries like pybrain ...
1
vote
1answer
43 views
Google app engine e Prediction api!! error
I use windows 8, python 2.7, and google app engine launcher, I was doing the exercise at the following link: ...
0
votes
0answers
120 views
R - standard errors on predictions from nlme
This question builds on Extract prediction band from lme fit but with non-linear mixed models.
I have a dataset of response values that are grouped by "entry." I used an AIC-model selection procedure ...
0
votes
1answer
19 views
SVM LibSVM Ignore Feature 1,3,5 when Predicting
this question is about LibSVM or SVMs in general.
I wonder if it is possible to categorize Feature-Vectors of different length with the same SVM Model.
Let's say we train the SVM with about 1000 ...
-1
votes
0answers
35 views
projecting future survival probability in R [closed]
I'm working on a customer retention project that predicts the probability a customer is still subscribing to our services at time T. Unfortunately, we only have the most recent two years of customer ...
0
votes
1answer
47 views
How to use created “net” neural network object for prediction?
I used ntstool to create NAR (nonlinear Autoregressive) net object, by training on a 1x1247 input vector. (daily stock price for 6 years)
I have finished all the steps and saved the resulting net ...
0
votes
2answers
28 views
Limiting prediction range for Weka
For my research I am using Weka to predict alpha values for different uses. The legal range of alpha is any real number between 0 and 1 inclusive. It is currently performing well, but some of the ...
5
votes
2answers
122 views
Predict binary occupancy vector from history of vectors
I have a set of binary vectors where each vector represents one day of occupancy in a house and consists of 48 elements (each element for 30 minutes of the day). Each element can be 1 meaning that ...
0
votes
0answers
26 views
Predicting future calls from past call logs?
I have a lot of call log data. For example
John +1789456123 4.29.2013 13:45 34s
Jane +1321654987 4.20.2013 10:03 12s
Bob +1459623847 4.15.2013 20:12 45s
Mark +1379164986 4.10.2013 15:11 33s
etc...
...
0
votes
1answer
33 views
How to specify newxreg in prediction model of ARIMA?
I have fit the model below to my time series data. The xreg consists of a time vector that goes from 1 through 1000 and of 12 indicator variables (1 or 0) that represent the month. The data that I'm ...
2
votes
3answers
68 views
Predict.glm not predicting missing values in response
For some reason, when I specify glms (and lm's too, it turns out), R is not predicting missing values of the data. Here is an example:
y = round(runif(50))
y = c(y,rep(NA,50))
x = rnorm(100)
m = ...
0
votes
1answer
44 views
Is there python packages for training loglinear model?
Does anyone know if there is any existing package in python to train loglinear model? I have a dataset with 2000 variables and 1000 records. I am looking to use loglinear model to estimate ...
1
vote
1answer
34 views
Checking Mobile Phone Input in PHP
I have a system that accepts SMS texts (they contain a single word).
What I need to do is to check the incoming word for accuracy allowing for predictive texting alterations.
I imagine this can be ...
1
vote
1answer
102 views
Predict Google Play ratings with Weka
I am newbie in Weka 3.7.9.
I have got an arff file, which contains these attributes, class and data:
http://pastebin.com/s8hivv0U
This file representing Android projects.
So, the 1-9. attributes are ...
0
votes
1answer
41 views
How to randomly pick a vertex or edge from graph of jGraphT
I have created a Graph with a set of edges I have (4000K Edges and 4K nodes).
Now I want to take 10% of the edges from the corpus to create a train and test data set.
I want to pick an edge in ...
0
votes
0answers
23 views
Writing a predict() function for the Smatr package
How to write a predict() function for the Smatr package (specifically for the sma command)?
0
votes
1answer
32 views
google predicate API Refresh token exception
I have to use Google Predicate API for a project so I m playing the "Hello Prediction" sample first https://developers.google.com/prediction/docs/hello_world
I want to use Service account auth ...
1
vote
1answer
89 views
Unknown Error in Number Prediction Algorithm
So I'm working on this simple number prediction algorithm as an entry into algorithms and pattern recognition. It takes a linear string of numbers (14 in this case) starting at 2 and going up by 2 ...
0
votes
2answers
143 views
Random Forest - Predict using less estimators
I've trained a Random Forest (regressor in this case) model using scikit learn (python), and I'would like to plot the error rate on a validation set based on the numeber of estimators used. In other ...
0
votes
0answers
85 views
Predict with survreg/tobit goes past bound
So I am using survreg, and I expect my predicted results to obey a lower bound of 0, but they indicate negative results frequently. I think it is somehow estimating a linear result instead of the ...
1
vote
0answers
90 views
Pattern History Table of 2-bit Saturating Counters
The problem I am currently working on is to write a gshare simulator that takes in branch instruction addresses and taken/untaken instructions for a 2-bit saturating counter. Meaning, my input looks ...
3
votes
1answer
169 views
Time series prediction using support vector regression
I've been trying to implement time series prediction tool using support vector regression in python language. I use SVR module from scikit-learn for non-linear Support vector regression. But I have ...
0
votes
2answers
76 views
How can I calculate predictor coefficients in linear prediction model in R?
I'm quite new to R and I have the following problem:
I have a time series / signal and I want to build linear prediction model. It seems something like Matlab lpc will be great but I can't find ...
0
votes
2answers
93 views
Prediction Algorithms: Time Series
Lets say that for the past few months we have been selling 1000 different products. We log the "performance" of each product (i.e. how much money it generates) every 5 minutes. A day has 288 segments ...
0
votes
2answers
119 views
How to perform a Prediction with Matlabs Hidden Markov Model? (Statistics Toolbox)
I have trained a HMM in matlab using the hmmtrain-function from the statistics package.
Using hmmdecode and my given evidence between t_0 and t_1, I can do Filtering and Smoothing to compute the ...
3
votes
3answers
94 views
Which algorithms/concepts should i dig for author prediction
I have been working on something that will try to
figure out the author of a column by using my own data set.
I'm planning to use mlpy python library. It has a good documentation,
(about 100 pages ...
3
votes
1answer
167 views
Predicting Football match winners based only on previous data of same match
I'm a huge football(soccer) fan and interested in Machine Learning too. As a project for my ML course I'm trying to build a model that would predict the chance of winning for the home team, given the ...
0
votes
0answers
78 views
Prediction interval in R giving only one number? [closed]
So I'm trying to find the prediction interval of my data and R gives me one number instead of the fit, lower limit and upper limit. I don't really know what could be wrong.
Here is my code:
> ...
0
votes
1answer
167 views
Prediction of the next number generated by C (glibc) rand()
Given a series of numbers generated by rand(), how can I predict the next value? Brute force is out of the question.
I'm aware that rand() is basically a linear congruential generator, but also makes ...
0
votes
1answer
88 views
Prediction error in R in case of new levels for variable
I'm using the GBM package for prediction in R. Traning works pretty well with a reasonable
error rate, however, when wanted to run the prediction on a training set that contains factor variable with ...
1
vote
0answers
80 views
android spell checker - can it be improved?
I have been looking at the android spellchecker example in the sdk samples. the hellospellchecker is working but seems to be utterly useless.
Most strings return no suggestions and others are ...
0
votes
1answer
45 views
android spell corrector
Is there a way to access android's spell correcting facilities? For example when sending a text on an android phone a list of words appears that may be the next most likely word that is men't. For ...
0
votes
0answers
91 views
Understanding and plotting prediction bands with logarithmic scale y-axis in R
I am doing some scatter plots from rather large data sets and want to plot fitted lines and prediction bands. The y-axis should be log10 scale and outliers has not been removed yet.
I am having great ...
1
vote
2answers
41 views
How can i use predict() with newdata =var_i?
I'm dealing with a large data that I splitted in chunks so it's manageble by the ram, something like this:
(this is an example I have more chunks)
var_1<-all_modell [c(1:150000) ,]; ...
4
votes
0answers
803 views
Matlab: neural network time series prediction?
Background: I am trying to use MATLAB's Neural Network toolbox to predict future values of data. I run it from the GUI, but I have also included the output code below.
Problem: My predicted values ...
0
votes
1answer
124 views
Does anyone know how to generate AUC/Roc Area based on the predition?
I know the AUC/ROC area (http://weka.wikispaces.com/Area+under+the+curve) in weka is based on the e Mann Whitney statistic (http://en.wikipedia.org/wiki/Mann-Whitney_U)
But my doubt is, if I've got ...
-2
votes
1answer
322 views
Any simple way to get regression prediction intervals in R?
I am working on a big data set having over 300K elements, and running some regression analysis trying to estimate a parameter called Rate using the predictor variable Distance. I have the regression ...
0
votes
0answers
16 views
How to predict the size of a Base91-encoded file?
I would like to know if there is a way to predict the size of a Base91 encoded file (or bytestring) given the file or bytestring to be decoded itself? The documentation shows that the size generated ...
0
votes
1answer
68 views
Predicting the item to sell, given a list of items
We have the data set which contains the mapping of customer to the product he buy like
c1->{P1, P2, p5}
c2->{P3, P5, p4}
c3->{P5, P2, p3}
....
on that basis we need to recommend a ...
0
votes
0answers
87 views
How do I calculate prediction intervals for GLM, BRT and MARS models in R?
I'm working across the statistical literature to find methods for calculating prediction intervals for GLM, BRT (boosted regression tree) models and MARS (multivariate adaptive regression spline) ...
4
votes
1answer
119 views
Accurate realtime updating solution for distribution prediction based on current statistics
As a part of my current project I need to find a pretty Excel solution for the following: there's online game where people gain experience (similar to SO rep) and move to the next level as soon as ...
0
votes
2answers
149 views
R: a replacement for method = 'loess'
This is where I'm at so far:
I have a data frame df with two columns A and B (both containing real numbers) where b is dependent on a. I plot the columns against each other:
p = ggplot(df, aes(A, ...
0
votes
0answers
103 views
<SAS Logit model> How to get predicted probability by conditional MLE (strata in proc logistic) and why there's no confidential intervals?
I've encountered a serious problem in grabbing out the predicted probability by using proc logistic in SAS.
I used the conditional maximum likelihood in STRATA statement as my data is of panel form ...
-1
votes
1answer
104 views
Text Prediction Using Android
I want to develop an application where the user will write on the screen of an android touchscreen device and hints for the words will be generated above in a widget. When the user clicks on a hint it ...
0
votes
2answers
66 views
accessing androids auto correct facilities?
Is there a way of using Android's auto correct / predictive text capabilities with a bespoke input method? I'd like to be able to access a list of the nearest words to the word entered, similar to ...
0
votes
1answer
70 views
Disk space Prediction using R
I have 2 vectors
days = c(1, 2, 3, 4, 5, 6, 7)
pct_used = c(22.3, 22.1, 22.1, 22.1, 55.660198413, 56.001746032, 55.988769841)
fit <- lm(days ~ poly(pct_used,2,raw=TRUE))
prediction <- ...
0
votes
0answers
92 views
predict.randomForest argument nodes=TRUE
When I do predict on newdata for randomForest (R implementation) and set nodes=TRUE
predict(rf, newdata = testset, nodes = TRUE)
what is returned?
It says it returns an n by ntree matrix, each
...


