Skip to main content

Questions tagged [standardization]

Usually refers to "z-standardization" which is shifting and rescaling data to assure they have zero mean and unit variance. Other "standardizations" are possible, too.

3 votes
3 answers
112 views

I am working on a project where I aim to cluster provinces according to their exposure to river floods. Currently, I am considering the following indicators: Total number of flood events / total ...
user414120's user avatar
6 votes
3 answers
532 views

I would like to clarify the meaning of this question. If Z is a standardized random variable, which of the following statements is correct? A) Its distribution is always Normal. B) We always have E(Z²...
Cristina's user avatar
  • 221
9 votes
4 answers
524 views

I am using Ordinal Semiparametric Regression (Frank Harrell's rms package) to model overall survival in patients with brain tumor. I am thinking of centering the Age covariate, because I want Age = 0 ...
Çağan Kaplan's user avatar
3 votes
1 answer
106 views

I’m fitting a two-level logistic mixed model with a random intercept and only level-1 predictors. The data are highly unbalanced across clusters: 266 observations in 25 clusters with sizes like: ...
Linus's user avatar
  • 409
4 votes
1 answer
143 views

With reference to below links, I would like to confirm the following: When the outcome variable is continuous, and is scaled (assume linear model), When the outcome variable is binary (assume ...
Dovini Jayasinghe's user avatar
0 votes
0 answers
53 views

I am using SVR regression for that i have imported the dataset (which has already been normalized between 0 to 1 and it is a panel data) so while running the regression model i again undertook ...
K BAISHNOBI PATRO's user avatar
4 votes
1 answer
180 views

I have the ordinary least squares problem $$ \boldsymbol{\beta}^* = \text{argmin}_{\boldsymbol{\beta}} \| \boldsymbol{X}\boldsymbol{\beta} - \boldsymbol{y}\|^2_2, \quad \text{Problem}~(1) $$ with $\...
flushel's user avatar
  • 155
1 vote
0 answers
54 views

I face a few issues where im trying to predict my dependent variable Y. I have 6 different independent external variables with one of them being lag(1) of the dependent variable Y. I differenced all ...
Hornet's user avatar
  • 11
3 votes
1 answer
140 views

I am implementing a very basic Bayesian optimization algorithm in Matlab. It is generally recommended to standardize both the inputs (sampling points) and the outputs (black-box objective function ...
user132001's user avatar
1 vote
1 answer
78 views

Certain machine learning algorithms perform better when the features of the dataset have been scaled. In particular, feature standardization (subtracting the mean and dividing by the standard ...
steeps's user avatar
  • 11
0 votes
1 answer
75 views

Standardization of Variables I'm conducting a study for my B.S.c. in psychology and need advice about standardizing variables for my analyses. My variables are Optimism, Stress and 4 separate ...
Liam's user avatar
  • 1
1 vote
0 answers
46 views

I am trying out PatchTST timeseries transformer (paper, code) on a timeseries data that I have. The way PatchTST handles data is as follows: Note that on line 78-79, the repo does following: ...
Mahesha999's user avatar
0 votes
0 answers
74 views

I try to model the distribution (ecological niche) of a species using a generalized linear model (glm() in R) based on several climatic variables and then apply the ...
ABC's user avatar
  • 183
3 votes
1 answer
129 views

I have a question about changes in distribution after applying scale() in R. If my whole procedure is false, I will happily welcome recommendations, corrections, ...
Miha Likar's user avatar
2 votes
1 answer
108 views

I have data representing a population of individuals and a binary outcome of interest. The covariates themselves are often probabilities. For example, covariates 1 through 5 are an estimate of the ...
zilano_984758's user avatar

15 30 50 per page
1
2 3 4 5
57