[R] Wavlet filter using morlet mother wavelet

2007-02-01 Thread anil kumar rohilla
nbsp; Hi, List ,I am searching any package on R which can do wavelet filtering for mother wavelet morlet ,is anybody having any script for the same ?I am new to the RwAVELET ANALSSIS..THANKS IN ADVANCE ANIL KUMAR ANIL KUMAR(nbsp;METEOROLOGIST)LRF SECTIONnbsp;NATIONAL

[R] Combination diffrent variables ,how to calculates

2007-01-22 Thread anil kumar rohilla
Hi, List , i have 6 predictor variables and i want to make possible combinations of these 6 predictors ,all the data is in matrix form , if i am having 6 predictors than possible combination of sets are 64 2 power 6, or 63 ,whatever it may be i want to store the result in another variable to

[R] Combination of variables

2007-01-22 Thread anil kumar rohilla
Hi, List , i have 6 predictor variables and i want to make possible combinations of these 6 predictors ,all the data is in matrix form , if i am having 6 predictors than possible combination of sets are 64 2 power 6, or 63 ,whatever it may be i want to store the result in another variable to

[R] Problem in Projection pursuit regression .

2006-06-18 Thread anil kumar rohilla
Hi list, Is any body has implemented the projection pursuit regression (ppr) method in MASS library.Running the ppr method is not a problem , But problem is how we are getting the model parameters using least square method ,becoz the function is looking like a continous function

[R] Projection pursuit regression method

2006-06-17 Thread anil kumar rohilla
Hi, list i was trying to do( Projection pursuit regression ) ppr function in Mass library . It is running very good ,no problem ,but when i refered the references Friedman et al 1981 ,,and SMART guide,, i was not able to find how parametes they r geeting using least square method , if any

[R] Assignemt problem ,,,,,,,,,,,,,,,

2006-06-16 Thread anil kumar rohilla
  Hello list, i have a very simple question about matrix assignment. i did like this. res-1:30 dim(res)-c(5,6) ind-1:6 now i want to assign the value of this variable ind to first coloumn in matrix res. like res[,1]-ind but this code is giving error , Actualy i have a for loop and

[R] Decimal series how to make.........

2006-06-14 Thread anil kumar rohilla
Hi List, I am new to this Rsoftware, i want to make a sereis for example which is having values like this, s- 0,0.1,0.2,0.3,0.4,1 i tryed this statement s-0:0.1:1 but this giving an error megssage. but by default increment 1 it is taking ,so what to do ,, i want to use this

[R] how to make a series with decimal increment

2006-06-14 Thread anil kumar rohilla
Hi List, I am new to this Rsoftware, i want to make a sereis for example which is having values like this, s- 0,0.1,0.2,0.3,0.4,1 i tryed this statement s-0:0.1:1 but this giving an error megssage. but by default increment 1 it is taking ,so what to do ,, i want to

[R] Baysian model averaging method

2006-02-09 Thread anil kumar rohilla
HI, List I want to know weather any body has used BMA Package for model averaging for prediction of future values.What are the paprmeters we have to suplly to the model. Any script for the same. thanks in advance ANIL KUMAR( METEOROLOGIST) LRF SECTION NATIONAL CLIMATE CENTER

[R] Time series filtering

2006-02-01 Thread anil kumar rohilla
Hi List, I have a time series of 122 values, actualy it is a time series of daily indian monsoon rainfall. now i want to filter this time series for a particular oscilation say 10 to 20days oscilation. i want to find out what amount of variance is explained by this mode. Which package is

[R] Filtering the time series

2006-01-30 Thread anil kumar rohilla
Hi List, I have a time series of 122 values, actualy it is a time series of daily indian monsoon rainfall. now i want to filter this time series for a particular oscilation say 10 to 20days oscilation. i want to find out what amount of variance is explained by this mode. Which package is

[R] What are the possible Probabilstic models in R

2005-11-30 Thread anil kumar rohilla
HI LIST i am a new R user,i am trying to make a model,which will give me output in probability,which will take predictors and predictand serie as input and and give me output in terms of probability(e.g below normal,normal,above normal etc.).What is the package and what is the

[R] possible Probabilstic models in R

2005-11-28 Thread anil kumar rohilla
HI LIST i am a new R user,i am trying to make a model,which will give me output in probability,which will take predictors series as input and my predictand as output.What is the package and what is the function for probability model.What are the possible methods for fitting such

[R] Problem with Running Locfit

2005-11-09 Thread anil kumar rohilla
Dear R users, i am using locfit package developed by loader in R software, my problem is that as i am doing independont forecast using locfit object , i am able to do independont forecast for more than one years simultaniously. But when i am doing one year forecast(single) this code is