Multivariate analysis is used when there is more than one variable of interest in the statistical analysis.
0
votes
0answers
15 views
How to find the level curves of a multivariate normal?
I'm trying to get some intuition for multivariate analysis. Thought it would be good to visualise, say, the .95 probability contour for a multivariate normal.
I'm looking for suggestions on an ...
0
votes
0answers
19 views
Problem with the formulation of a gaussian copula likelihood function
I recently got to hear about copulas which to me sounded like a nice tool to model relationships between variables. I decided to try to implement the likelihood function for a bivariate Gaussian ...
0
votes
0answers
78 views
Understanding Naive and Multivariate Gaussian Classifier
Thank you for checking this question out.
I am trying to understand how to use the multivariate gaussian classifier.
To introduce you better to my problem, I will show how currently I classify data.
...
2
votes
0answers
53 views
Categorical vs Continuous Variable
I have two variables, one continuous and one categorical which I currently both use as predictor variables in a logistic regression model.
Their relationship is shown in the following plot with the ...
0
votes
0answers
12 views
Using ANOSIM to analyze randomized complete block design data?
I've used NMDS to explore data collected in a randomized block design, involving three treatments, each applied in 10 spatial unit blocks.
Is it possible to use ANOSIM to test for hypotheses of ...
0
votes
0answers
30 views
Statistical Distance Within Multivariate Distribution
Suppose you have some multivariate normal distribution $X \sim N(\mu,\Sigma)$. Is there a good way to calculate a measure of distance between an arbitrary $X_{i}$ and $X_{j}$ of $X$ (I suppose the ...
1
vote
0answers
14 views
Nonlinear PCA ( R package homals)
I'm using the NLPCA to reduce the dimensionality of nine variables (4 nominal / 3 ordinal /2 numeric) to obtain the object-scores to be used as dependent variable in a regression model.
I'm using the ...
2
votes
0answers
43 views
When data has a gaussian distribution, how many samples will characterise it?
Gaussian data distributed in a single dimension requires two parameters to characterise it (mean, variance), and rumour has it that around 30 randomly-selected samples is usually sufficient to ...
2
votes
0answers
66 views
Diagnostic plot for assessing homogeneity of variance-covariance matrices
Is there a handy plot for comparing the variance-covariance matrices of two (or perhaps more) groups? An alternative to looking at lots of marginal plots, especially in the multivariate Normal case?
0
votes
0answers
31 views
pdf of multivariate normal distribution
I have a question concerning some sentences in the book Structural Equations with Latent Variables (Bollen) at page 132 (bottom) and page 133 (top) regarding the pdf of the multivariate normal ...
0
votes
0answers
69 views
Multivariate linear mixed model in R
I have run into a problem with respect to an application of linear mixed effects model using lme4 package and I wondered if I could seek your help.
This is my model in a multivariate setup where ...
0
votes
1answer
60 views
Minimize a function with respect to a matrix
I have two sets of vectors, A and B. Vectors from set A live in an m-dimensional space, ...
2
votes
1answer
36 views
How to prove independentness of marginal/conditional (?) posterior distributions?
This is a question about exercises 4.2 and 4.3 of Jim Albert’s “Bayesian Comptutation With R” (p. 82). Note that while this might be homework, in my case it is not.
We are to prove that, given two ...
0
votes
0answers
28 views
Joint PDF change of variables
I now understand how to conduct a change of variables for a marginal PDF.
Now, given two functions that define parameter's spatially: $C_A(x)$ and $C_B(x)$, is it possible to construct the Joint PDF, ...
1
vote
1answer
34 views
Is it normal to obtain better (smaller) P values in multivariate analysis compared to bivariate one?
If a multivariate design controls for other predictors when calculating the effect of a predictor, shouldn't it give paler P values (less significant ones, or less vivid odds ratios)? I am seeing ...
1
vote
0answers
46 views
Two-way anova with interaction term: what is the point of a post-hoc test?
I have a statistics interpretation question. I've recently performed a two-way anova to identify an interaction term between my categorical independent variables (genotype + temperature) that ...
0
votes
0answers
36 views
Find the moment generating function
Find the moment generating function of $W$, when $W=X+2Y+4Z$. $~X,~Y,~Z$ are independent normal distributions $\mathcal N(1,4),~ \mathcal N(2,9) \text{ and }\mathcal N(3,16)$.
1
vote
2answers
78 views
Pre-truncation moments for truncated multivariate normal
Suppose the random variable $Y$ has a multivariate normal (MVN) distribution, and consider truncating $Y$ in some way to create $T$. Given $T$'s mean and covariance matrix, I'd like to obtain $Y$'s ...
1
vote
0answers
35 views
How do I set up a multivariate hierarchical multiple linear regression in R?
I have two continuous DVs (measurements taken on individual fish), one continuous individual level IV (fish's size), and two site-level IVs (PC1 and PC4). Sites are either take or no take. There are ...
2
votes
2answers
87 views
What is the difference between multivariate analysis and econometrics?
I am writing my thesis about how different factors influence stock excess returns after an M&A announcement. I haven't taken a multivariate analysis class and I have only a very basic idea of ...
0
votes
0answers
12 views
How does the Cross Validation in PRIM work?
One of the steps described in the PRIM algorithm is, after the peeling and pasting procedure, using Cross Validation to select an appropriate Box from the sequence of boxes obtained by the peeling and ...
3
votes
1answer
61 views
Compute sum of vectors drawn from multivariate normal, subject to a linear constraint
I want to compute $S = \sum_{i=1}^n x_i$ where $w^t x_i>-1, \; \forall i$ and $x_i \tilde{} \mathcal{N}(\mu, \Sigma)$ for known $w$, $\mu$ and $\Sigma$.
I know $S$ can be approximated by sampling ...
1
vote
1answer
29 views
Distance measure for multi-categorical responses
I have a data set of categorical data where each question can have more than one answer. This is a toy example:
question one: what did you eat today?
...
-1
votes
0answers
45 views
How to interpret the results of stepwise multiple regression with multiple subscales in for one measure
My hypotheses for were based on the stepwise regression in which the predictors were constructs measured by four separate measures. Three of the measures have subscales. Since each subscale is put ...
0
votes
0answers
15 views
NMDS for biomass
I would like to make a NMDS with biomass of different prey groups in stomach content of fish..
I have already made one where the data matrix consists of 0 and 1, and this one went fine but are not ...
1
vote
0answers
36 views
Analysis of computer software performance
I am currently collecting data from a software system that draws conclusions about the nature of certain structures in medical CT chest scans. Structures in the chest can be classified into four ...
0
votes
0answers
12 views
How to analyze data with more than one associated categorical dependent variables?
I have some dependent variables related to the growth of a company having categories like (e.g. for variables indicating net profit, financial turnover etc.)
(1) decreasing,
(2) stable,
(3) ...
1
vote
0answers
25 views
Regression with some associated ordinal dependent variables
I have some associated categorical dependent variables that are ordinal in nature (with 4 or 5 categories). If I want to see the effect of a set of independent variables (which can be both continuous ...
1
vote
0answers
39 views
How to test for differences in 3 related measures assessed pre- & post- treatment on the same sample?
I am designing a study to compare whether one specific treatment improves Quality of life. I am using a convenience sample ($N=20$). I hope to administer three ...
1
vote
0answers
57 views
Distribution of random variable
The chloride concentration at depth $x$ mm at time $t$ is:
$$
\text{C}(x,t)=\text{Cs}(1-\text{erf}(x/(2(D*t)^{0.5}))
$$
where $\text{Cs}$ is chloride surface concentration with Lognormal ...
2
votes
0answers
54 views
PCA and varimax references?
After doing PCA it is common that the first component describes the largest part of variability. This is important in i.e. study of body measurements where it is commonly known (Jolliffe, 2002) that ...
4
votes
1answer
84 views
Dealing with 'Don't Know' answers for a categorical outcome variable
I have a survey data with categorical outcome variable (yes, no, don't know) which reflects the acceptance of some situation by respondents. My concern is how to deal with Don't know answers, I really ...
1
vote
1answer
81 views
Proof for two-sample Hotelling $T^2$ statistic?
I've been reading "A primer of multivariate statistics" by Richard J. Harris, page 546, which shows how to derive the Hotelling $T^2$ statistic, after seeing this related but different question (I ...
0
votes
0answers
26 views
Two IVs (schools) and 3 IVs (grade levels in each) where there are 2 DVs (math and reading scores)
Is MANOVA the correct test? I am looking at 3 grade levels in each of the two middle schools. I want to compare the standardized scores (reading and math) of students in each grade level to the same ...
1
vote
1answer
45 views
Back transformation of an MLR model
I've obtained a multiple linear regression model in the form
$$
\mathrm{log}(Y) = \beta_0 + \beta_1x_1 + \dots + \beta_4x_4 + \beta_5x_1x_2 + \dots + \beta_{10}x_3x_4 + \beta_{11}x_1^2 + \dots + ...
3
votes
2answers
68 views
PCs scores from Correlation and Covariance matrices through matrix computations and prcomp
I'm want to get PCs scores through matrix approach. My calculated PCs scores for correlation matrix matches with prcomp results but the PCs scores for covariance ...
0
votes
0answers
35 views
geographic distance and mahalanobis distance
I am trying to match individuals based on monthly consumption and geographic consumption in a dense metro area. Essentially I want to create treatment and control pairs with the having both geo ...
2
votes
1answer
85 views
Canonical correlation analysis with rank correlation
Canonical correlation analysis (CCA) aims to maximize the usual Pearson product-moment correlation (i.e. linear correlation coefficient) of the linear combinations of the two data sets.
Now, consider ...
3
votes
1answer
65 views
Errors in Variables and Deming's multivariate regression: Assumptions
There has been extensive literature that puts forth a standard set of assumptions for the Ordinary Least Squares (OLS) estimator. I am very interested in working around the two classical problems of
...
2
votes
2answers
80 views
Is there a multivariate version of logistic regression?
Based on readings with logistic regression, it appears that you could use this analysis to make predictions about categorical variables. Does logistic regression allow you to predict multiple ...
1
vote
1answer
99 views
Backward selection in a Cox regression model
My goal is to fit a cox regression model in SAS, for which I use the PROC PHREG statement. As I am still new to regression methods, I would appreciate a little of ...
0
votes
1answer
45 views
Simulated single value based on multiple chains in RJAGS
I am using RJAGS to simulate the posterior distribution of event that a certain candidate will win the presidential election. I need to find the actual percentage that one of the candidates will have. ...
0
votes
0answers
62 views
Draw conditioned beta distributed random variables
I am trying to draw a beta distributed random variable (recovery rate), conditioned on another beta distributed random variable (default rate).
I have shape parameters $(\alpha= 0.6, \beta = 55.5)$ ...
0
votes
3answers
360 views
Automatic outlier detection in R
Our model processes millions of multivariate observations; manual outlier detection is impractical. I am looking for a method of automatic outlier detection.
I have been trying to use R package ...
0
votes
0answers
67 views
Sample size calculation for multivariate problems
I am interested in multivariate investigations. I have been trying to learn about designing such experiments where there is one dependent variable (a class/group) and many independent variables that ...
2
votes
1answer
233 views
Moment generating function of the inner product of two gaussian random vectors
Can anybody please suggest how I can compute the moment generating function of the inner product of two gaussian random vectors, each distributed as $\mathcal N(0,\sigma^2)$, independent of each ...
0
votes
0answers
33 views
Clustering samples from non-stationary multivariate distributions
I have dataset consisting of samples from a n-multivariate probability distribution, i.e each sample is a n-dimensional vector. The data source is known to be non-stationary in nature. I have been ...
0
votes
0answers
42 views
How to calculate vector-valued power to detect significant coefficients in a multiple logistic regression?
I'm running an experiment. Once I gather my data, I'm going to fit the model
$$
pr(y=1) = \Lambda[\alpha + \beta_1T_1 + \beta_2T_2 + \beta_3T_3 + X'\gamma +\epsilon]
$$
where $\Lambda$ indicates ...
4
votes
1answer
75 views
Multivariate proportional data
I am looking for literature on what I call multivariate proportional data where a single observation is a vector of proportions that sum to 1. For example, each person weights their preferences for ...
1
vote
0answers
84 views
Hypothesis testing to determine cluster outliers
I have a cluster of $p$-dimensional data from $n$ samples which is assumed to be normally distributed as a multivariate Gaussian with sample mean ${\bar{\mu}}$ and sample covariance matrix ...




