Anaya Kharwadkar
Followers: 0 Following: 0
Statistik
9 Fragen
0 Antworten
RANG
64.996
of 295.569
REPUTATION
0
BEITRÄGE
9 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
33.33%
ERHALTENE STIMMEN
0
RANG
of 20.247
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.105
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
How to bin a variable and create new variables for each bin
Name = [Alice Bob Cate Doug Ernest Fan] Age = [23 15 24 32 44 22] T = table(Name,Age) I want to create bins for the variabl...
etwa 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Filter rows based on presence of string
I have a 100 x 1 vector called 'gender'. There are only two values in the vector: 'male' and 'female'. These are string values. ...
etwa 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Creating a timeseries using number of rows
I want to create a timeseries in the format 'dd-mm-yyy hh:mm' and I want the granularity of data to be hourly. For example, if ...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to predict future values using time series regression
I have a dataset with a time variable t which is in the format: dd-mm-yyyy hh:mm:ss I also have five other independent variable...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Predictions for stepwise regression model
Hi all, I have created a regression model using the stepwisefit function. I have 5 independent variables (x1,x2,x3,x4,x5), and ...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Writing a for loop to perform an operation on a vector
I have a vector x = [4,2,6,5,3,8,2], where n (number of elements) = 7. I want to write a function f = (1+x1)^n1 + (1+x2)^n2 + ...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Normalize using first element of vector
I want to normalize the elements of the following vector using the first element. I want the first element of my vector 'stock_m...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to calculate new column values by using present_value and present_value -1?
I have a 312x1 vector, called v(t). I want to calculate a new vector such that new(t) = v(t)/v(t-1). How do I go about this? How...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to import data from .csv file, from specific columns of a row, into an array
I want to import data from one row of a .csv file into an array. But, I do not want all columns in the array. I want columns E t...
etwa 4 Jahre vor | 0 Antworten | 0