Skip to main content

Questions tagged [nonparametric]

Use this tag to ask about the nature of nonparametric or parametric methods, or the difference between the two. Nonparametric methods generally rely on few assumptions about the underlying distributions, whereas parametric methods make assumptions that allow data to be described by a small number of parameters.

0 votes
0 answers
32 views

Is bootstrapping inherently Frequentist? If so, how do we do a Bayesian non-parametric two-sample test?

I normally use frequentist statistics but I now want to use Bayesian statistics as I want to carry out a two-sample (randomised control trial) test that includes prior information. I have an existing ...
Amorphia's user avatar
  • 913
0 votes
0 answers
23 views

Appropriate Trend Analysis Test for Small Sample Size

Note: I have read Finding an appropriate trend test but unfortunately this post does not apply for me Suppose I have a small sample of data for 2 numeric variables $T$ and $Y$ where $T$ represents ...
NM_'s user avatar
  • 215
2 votes
4 answers
465 views

I want to show by simulation that the Wilcoxon test is more robust than the Student test for non-normally distributed data

I want to test by simulation that the Wilcoxon test is more robust than the Student test for non-normally distributed data. For example, I'm testing the ...
Seydou GORO's user avatar
1 vote
0 answers
57 views

Welch ANOVA for Comparisons of Elevation & altered Sediment Accretion of Sea Ecosystems: Large DEM with no normal distribution & heterogeneity

I am investigating the elevation characteristics and sediment accretion effects of two distinct ecosystems within the Wadden Sea, impacted by the bioinvasion of one species (ecosystem one) and ...
OmteK.'s user avatar
  • 11
0 votes
0 answers
39 views

Non parametric tests for 2 way anova and linear model? [duplicate]

My dissertation is due very soon and I have only just realised a large mistake in my work. I misread the normality test I used, which actually showed non normal data- but I still have homogeneity of ...
Thomas B's user avatar
4 votes
1 answer
52 views

In what ways is Gaussian Process Regression both parametric and non-parametric?

Gaussian Process Regression is considered a "non-parametric" model. However, the term "non-parametric" is often used imprecisely to mean different things, leading to questions ...
socialscientist's user avatar
1 vote
1 answer
27 views

Estimating Confidence in Feature Rankings from Multiple Experiments with Non-Normal Data

Hello dear Cross Validated Community, I am a new doctoral student in bioinformatics, and I am working on a project involving multiple experiments, each generating a single numerical result for each of ...
Thomas Rauter's user avatar
2 votes
1 answer
92 views

Non-Parametric Regression with an Omitted Variable

Suppose we use the Kernel Regression Estimator $$\hat{m}(c)=\frac{\sum_{i=1}^n K\left(\frac{x_i-c}{h}\right)y_i}{\sum_{i=1}^n K\left(\frac{x_i-c}{h}\right)}$$ where $h\to 0$ and $nh\to \infty$ as $n\...
Joseph Basford's user avatar
0 votes
0 answers
29 views

Singular Spectrum Analysis Decomposition on single input signal using PyTS module

I read this paper and was curious to apply it on a single-channel audio recording of mixed sources. It is about Singular Spectrum Analysis (SSA). The paper mentions that a key component of the ...
user3320707's user avatar
1 vote
0 answers
40 views

How to show $\sup_{x\in [a,b]}|f_n(x)-f(x)|=O_p(\sqrt{\frac{\log n}{nh}}+h^2)$ when the kernel $K(\cdot) $ is of bounded variation?

Consider the kernel estimate $f_n$ of a real univariate density defined by $$f_n(x)=\sum_{i=1}^{n}(nh)^{-1}K\left\{h^{-1}(x-X_i)\right\}$$ where $X_1,...,X_n$ are independent and identically ...
Kevin's user avatar
  • 31
2 votes
0 answers
20 views

Controlling for regression to the mean in nonparametric survey response data - pre-post design - difference between groups

I have 920 pre-post responses to 5-point Likert-scale questions evaluating the impact of an educational intervention. I wish to test whether outcomes (change = post - pre) differed across different ...
Rachel's user avatar
  • 21
2 votes
1 answer
31 views

Does the sign test only work on location families?

That is, if $G$ is the distribution of the sample, what does it test: \begin{align} \mathcal H_0 : G(x) = F(x) && \mathcal H_1 : G(x) = F(x - \theta), \theta \neq 0 \end{align} where $F$ is ...
Shaikh Ammar's user avatar
1 vote
0 answers
28 views

Strange results using Dunn's test [closed]

I am receiving a result that seems very counter-intuitive using the Dunn's test. My data is illustrated in the plot below. I have 5 groups (labelled muscle1a, muscle1b, muscle2, muscle3 and muscle4). ...
HanLisb's user avatar
  • 11
1 vote
0 answers
14 views

Hoeffding’s formula for Locally most powerful rank tests

Suppose we have a testing problem with $$H_0: X_1,X_2, . . . ,X_n \ \text{are i.i.d. random variables with a continuous cdf} \ F(x) \ \text{and pdf} \ f(x)$$ and $$H_1: X_1,X_2, . . . ,X_n \ \text{are ...
user771946's user avatar
3 votes
0 answers
41 views

Can a Gaussian Process predict random events?

I know that we can use Gaussian processes effectively for function approximation and regression. However,suppose there is a sequence of points in time $S = \{s_1, s_2, \dots, s_n\}$, where $s_i$ can ...
Hassan Ali's user avatar

15 30 50 per page