Skip to main content

Questions tagged [robust]

Robustness in general refers to a statistic's insensitivity to deviations from its underlying assumptions (Huber and Ronchetti, 2009).

Filter by
Sorted by
Tagged with
2 votes
1 answer
122 views

I am new to working with country-level effects in comparative OLS regression with individual-level data. Are there any good resources for this? Suppose my dependent variable is social integration (an ...
Olestan's user avatar
  • 71
0 votes
0 answers
77 views

I would like to obtain estimates of the variance explained by each predictor in multiple regression using robust linear regression (for instance with the R function ...
CafféSospeso's user avatar
3 votes
1 answer
115 views

I hope that this message finds you well. I am trying to solve a robust regression (Huber M-estimator) with iteratively reweighted least-squares by taking the following steps (as advised by the manual):...
saminho's user avatar
  • 33
0 votes
0 answers
58 views

Oftentimes, we try to maximize the expected reward. But generally, in control theory, you try to be risk-sensitive, and use more robust methods. For example, maximize the expected reward but give a ...
chausies's user avatar
  • 561
2 votes
0 answers
30 views

Suppose that I have a time series where the mean usually changes smoothly over time, and I want a hypothesis test for whether there is a weekly seasonal pattern to the data. The time series also ...
Alex's user avatar
  • 817
8 votes
1 answer
378 views

I revised my question to be more specific, as suggested by the community. Since my knowledge of statistics is limited, I'm not entirely sure what it means to specialize in this subject—but I'll give ...
Ertan's user avatar
  • 141
1 vote
0 answers
84 views

In robust mean estimation under strong contamination models (e.g., Huber's model or adversarial corruption), variance is often used to assign small weights to suspicious data sources Kane, D. M., ...
Guesttilunderstandingnature's user avatar
0 votes
0 answers
58 views

I have $k = |K|$ arms with unknown distribution $\nu_\alpha$ over $[0,1]$ and unknown mean $\mu_\alpha \in [0,1]$ where $\alpha \in K$. The action $A_t \in \{1, \dots, K\}$ is chosen at time $t$ ...
worldsmithhelper's user avatar
3 votes
1 answer
167 views

I am currently learning about robust regression and came across two variants: the Theil–Sen estimator and Repeated Median Regression. However, I got confused when comparing these two algorithms. Both ...
Olivia's user avatar
  • 191
1 vote
1 answer
82 views

I have the following table for two different methods tested in with two different conditions at a pass/failed task, e.g. $4/5$ means the method had succeeded 4 times out of 5 trials. Condition 1 ...
kir0ul's user avatar
  • 13
0 votes
0 answers
78 views

I have a series $X_1,\ldots X_n$ of iid random variables with finite expectation $\mu$, which is to be estimated. The standard estimator is $\frac{X_1+\ldots+X_n}{n}$, but I'd like to be protected ...
Vnature's user avatar
  • 335
2 votes
3 answers
817 views

I have 25 data points of the form $(x,y)$ where $x$ is $1,2,3,...,25$ and $y$ is the dependent variable. I need to determine if $y$ values are increasing, decreasing, or staying the same. The method ...
sgware's user avatar
  • 55
0 votes
1 answer
90 views

I have a biomarker ratio (amyloid 42/40) and I am having issues modelling it. This is the proportion of a biomarker to another biomarker and it is important in diagnosing dementia. I am using as both ...
rkl's user avatar
  • 21
0 votes
0 answers
107 views

I hope that someone can help me with the following problem with Waldtest and robustlmm package. I want to compare two robust regression models. I want to test ...
AM8's user avatar
  • 1
3 votes
1 answer
335 views

I ran a HC (‘robust’) regression. The intercept is significant, which is reflected in the confidence intervals around the unstandardized betas. However, the CIs around the standardized β are quite ...
mbp's user avatar
  • 41
1 vote
1 answer
93 views

There's a set of methods called "robust" principal component analysis (here, "robust" means resistant to influence from outliers). One example is Hubert et al., "ROBPCA: A new ...
cgmil's user avatar
  • 1,633
0 votes
0 answers
67 views

I am currently working on a Long Short-Term Memory (LSTM) model for predicting stock prices. My model takes into account the fact that there are non-trading minutes with no data. I have also ...
Analysisnoob's user avatar
0 votes
1 answer
103 views

Consider these two scenarios: respondents are asked to choose between two options offered to them (the resulting data is binary 0 & 1) respondents are asked to give their probability of choice ...
user41838's user avatar
  • 531
1 vote
0 answers
131 views

I'm sure this question was asked before, but I don't seem to be able to find a convincing answer. If there is a relatively small set (say 3<n<20) of observations of a quantity that is assumed to ...
Maciej Tomczak's user avatar
6 votes
2 answers
1k views

I have data from an experiment comparing plant weights for 4 independent treatment groups. The data seem to be normally distributed (I have been warned about using statistical tests for normality). ...
user411569's user avatar
3 votes
0 answers
62 views

I have about 20 years of data, each year has a number of observations. If I put a linear trend through the data, I get a trend, and this trend differs based on the the choice of start and end year, ...
Mark Neal's user avatar
  • 131
2 votes
1 answer
156 views

A position M-estimator of $\mu$ is defined as the solution of the equation (it is a $\mu$ such that): $$\sum^{n}_{i=1} \psi\left(\frac{x_i - \mu}{ \sigma_0 } \right) = 0 $$ ($\psi(x)$ is even and non-...
lohe's user avatar
  • 51
0 votes
1 answer
97 views

I want to do my ANCOVA as a robust regression as assumptions are hurt. I have a categorial predictor with 5 groups but I also want to check pairwaise for all groups if they differ in their effect on ...
Emil's user avatar
  • 21
1 vote
1 answer
183 views

I am trying to compare 2 lmRob() models. One for male and one for female gender. Imagine my model like this: ...
Emil's user avatar
  • 21
0 votes
0 answers
47 views

I am looking for a way to compare the results from two lmRob() functions statistically. Here is an explanation what I am trying to do: My professor wants me to compare the results of two ancovas (one ...
Emil's user avatar
  • 21
1 vote
0 answers
125 views

I am looking for a way to compare the results from two lmRob() functions statistically. Would that be a possible option for me: lmrob_female <- robust::lmRob(Y ~ X_binary + covariate1 + covariate2 +...
Emil's user avatar
  • 21
1 vote
1 answer
201 views

I am thinking of adding some perturbation to my convex optimization problem. The idea is straight forward like below chart. Supposed you are solving $\text{argmax} f(x) $, we want to find an $x$ that'...
Taylor Fang's user avatar
2 votes
1 answer
107 views

Let's say that we have an arbitrary real-valued sequence of length $n$: $$(x_{i})_{i \in \{0, \dots, n-1\}}.$$ If we wanted to try to create a probabilistic model for future values of the sequence ...
QMath's user avatar
  • 461
3 votes
1 answer
298 views

(N.B. I am cross posting this question from math stackexchange since after x days I have still not received any responses.) How does Huber in book 'Robust statistical procedures' in chapter 1 compute ...
peter's user avatar
  • 31
1 vote
0 answers
291 views

I'm trying to implement an MM-estimator in python. I have a working implementation of an M-estimator statsmodels.RLM - which is implemented as an iteratively re-weighted least squares algorithm. I am ...
Hugh Mungus's user avatar
4 votes
1 answer
478 views

I understand that when data are nonnormal robust maximum likelihood estimator can be used. I'm wondering are there any disadvantages of using a robust maximum likelihood estimator when the data are ...
AEP's user avatar
  • 425
3 votes
1 answer
160 views

Can I use robust estimators (e.g., "MLM" and "MLR"estimator lavaan options) to overcome outliers within my sample, or should I remove outliers? For context, I am modelling the ...
AEP's user avatar
  • 425
2 votes
1 answer
3k views

I have been reading up on robust standard errors and had a few questions regarding how their use in logistic regression. I have read here that heteroscedasticity is not an issue in logistic regression ...
Geoff's user avatar
  • 863
2 votes
1 answer
165 views

I have conducted SEM analysis in R and used Maximum Likelihood Robust estimator as my data are categorical and deviate from multivariate normality. when I submitted my manuscript, one reviewer asked ...
user avatar
1 vote
0 answers
62 views

In class I am told the influence function of the IQR should be a constant times the difference between the influence function for the 75th percentile and the influence function for the 25th percentile,...
Satoshi Nakamoto's user avatar
0 votes
0 answers
128 views

I'm currently working on a project where I've fitted 4 robust linear mixed models. However, I've hit a bit of a roadblock when it comes to model selection. I've been using the AIC (Akaike Information ...
Igor Bione's user avatar
0 votes
0 answers
75 views

I have a 2 x 2 repeated measures ANOVA (N = 51) with Error Rate data as the dependent measure. The error data violates the normality assumption, even when outliers are removed. I have looked at the ...
john connor's user avatar
0 votes
0 answers
126 views

I'm curious if anyone is aware of a publication that addresses the following matter or could provide a mathematically or reasonable response to the following question: In a pre-post study where ...
user avatar
3 votes
1 answer
94 views

I've been getting a bit stuck recently on how to reconcile the two seemingly-competing ideas of nondeterministic and probabilistic decision rules. As an example: Let $t=0$ denote the current time and ...
QMath's user avatar
  • 461
1 vote
1 answer
671 views

I want to conduct a mediational analyses with three variables: Predictor: it is the result of a memory test with range -1 to 1. Mediator: it is the absolute error made by the participant when ...
Experimental Psychologist's user avatar
0 votes
0 answers
119 views

I have a high dimensional dataset $\bf{X} \subset \mathbb{R}^d$, which is multimodal and has outliers. I want to estimate a robust measure of association, something like the correlation between two ...
MachineEpsilon's user avatar
3 votes
1 answer
249 views

Consider a set of 3D points $X = \{x_1, x_2, ...x_n\} $ with $ x_i\in\mathbb{R}^3$ on which we want to fit an arbitrary probability distribution. The distribution we want to fit models some ...
Daniel López's user avatar
1 vote
1 answer
243 views

I would very much appreciate some help regarding how to interpret different robust measures of scale (Inter-quartile range or IQR, biweight midvariance, and median absolute deviation or MAD). Thus, ...
user222456's user avatar
2 votes
1 answer
212 views

We have data $X_1, \dots, X_n$ which are i.i.d copies of $X$. Where we denote $\mathbb{E}[X] = \mu$, and $X$ has finite variance. We define the truncated sample mean: $\begin{align} \hat{\mu}^{\...
Dylan Dijk's user avatar
3 votes
1 answer
976 views

I have created a Poisson regression model with robust error variance (https://academic.oup.com/aje/article/159/7/702/71883) to calculate relative risks. This is the Poisson regression model: ...
user avatar
2 votes
1 answer
235 views

I am trying to perform a robust regressions using the lmrob function in R. I am getting this error Message: ...
induktivist's user avatar
1 vote
1 answer
96 views

I have an issue with a regression problem. Indeed, I need to fit a linear regression on this data. The problem is more than 50% of the data points are located in the origin (0,0) of the graph (because ...
AdrienC's user avatar
  • 11
2 votes
1 answer
192 views

Let $X$ and $Y$ be real valued random variables. And define a truncation operator as: $\begin{align} X(\tau) = (|X| \wedge \tau) \; \text{sign}(X), \quad \tau > 0 \end{align}$ Now, I am not ...
Dylan Dijk's user avatar
1 vote
0 answers
139 views

Per the regression model: $\mathbf{y} = f(\mathbf{x},\mathbf{\beta}) + \mathbf{\epsilon}$ Where the $\beta$ estimate of LAD regression is given by: $ \hat{\beta}_{LAD} = \text{argmin}_{ b} \sum_{i=1}^...
AJKOER's user avatar
  • 2,326
2 votes
0 answers
113 views

I want to run robustness tests for my model. For example, by reducing the sample to heavily concentrated groups, running a different regression (probit etc) etc. But, how do I ascertain that my ...
Laiy's user avatar
  • 255

1
2 3 4 5
12