Skip to main content

Questions tagged [continuous-data]

A random variable $X$ is called continuous if its set of possible values is uncountable, and the chance that it takes any particular value is zero ($\text{P}(X = x) = 0$ for every real number $x$). A random variable is continuous if and only if its cumulative probability distribution function is a continuous function.

Filter by
Sorted by
Tagged with
4 votes
2 answers
104 views

I am trying to visualize how a continuous independent variable X1 relates to a binary outcome Y, while allowing for potential ...
Konstantinos Gkirgkiris's user avatar
0 votes
1 answer
135 views

My general rule of thumb is that histograms should be used for continuous data, and bar charts for categorical data. (obviously not my rule) What about dates? They are non-continuous (unlike, say, ...
Bob's user avatar
  • 11
1 vote
0 answers
47 views

I come from an engineering background, and I never used difference equations; while reading about them learned that are just the discrete counterpart of differential equations. Wouldn't it be way much ...
Isaac Forzán's user avatar
0 votes
0 answers
31 views

I was wondering - if you have a model which provides you with the $\beta$ estimates for each variable you include, but no p-value, how could one prioritise the ones with a stronger effect on the ...
niqp's user avatar
  • 43
0 votes
0 answers
56 views

I am trying to solve for some updated distributions, but having a little trouble conceptualizing what I am doing. In particular, suppose I have two CDFs, say $U[0,0.8]$ and $U[0.2,1]$; call them $...
lost-student's user avatar
0 votes
0 answers
39 views

This is a follow-up question to What is the benefit of breaking up a continuous predictor variable? Is binning of continuous data always bad for statistical tests? [duplicate] From the above ...
Ommo's user avatar
  • 454
2 votes
1 answer
196 views

I'm very new to R and also statistics, so the basics are lost on me. In the past I have done some simple experiments with chemicals and calculating the LC50 from binary responses (dead or alive). ...
Gabb's user avatar
  • 21
3 votes
1 answer
292 views

In my university statistics book it says "Dichotomous categorical variables are easily handled in MRA. This is because they are by definition, an interval (continuous) measure.". However I ...
izzi3880's user avatar
4 votes
1 answer
149 views

For the example, let's suppose I'm trying to model the level of activity of some frogs depending on a continuous variable (water temperature) and two factors : their sex (M or F) and the period of the ...
Boussens-Dumon Grégoire's user avatar
1 vote
0 answers
48 views

I'm exploring methods to create a continuous-like P-value distribution from discrete P-values. For example, consider the process where a balanced coin is tossed four times per experiment to note the ...
irahorecka's user avatar
1 vote
1 answer
63 views

My teacher says : We're going to consider something called a paired design. But for now, we'll only consider this when we're doing continuous outcomes. Sometimes you'll see this in the literature, ...
Happy Cretine's user avatar
3 votes
2 answers
440 views

I'm doing research on the effect of strategic video game play on students' mathematical ability. My independent variable is the number of hours spent playing strategic games daily, but my data is not ...
TheBlueRail's user avatar
0 votes
1 answer
111 views

My independent variable is measured on a likert scale (1–5). My moderator is dichonomous (yes or no) I want to use SPSS process macro to measure the moderation relationship. Should I use a dependent ...
breeks's user avatar
  • 21
3 votes
1 answer
155 views

I received this feedback on my permutation test design from a collaborator and I'm wondering if his claim is valid. My test statistics are discrete (like counting the number of red marbles found after ...
irahorecka's user avatar
1 vote
1 answer
134 views

I have 20 field plots. In each plot, I have taken between 1000–1500 measurements (continuous values) of a given variable using an instrumental device and recorded information qualitatively through ...
Darius's user avatar
  • 223
1 vote
0 answers
277 views

I aim to predict distance cycled based on population density, recreational area density, infrastructure density, road intersection density, and average gradient (hilliness). The response variable, ...
Eugeni's user avatar
  • 21
4 votes
2 answers
422 views

Is it correct to measure the correlation coefficient between a continuous variable and a discrete variable? I visualized it and there is definitely no linear relationship the way I see it that is why ...
Issa AlBawwab's user avatar
0 votes
0 answers
40 views

my y is average length of stay in months however the number of months in dataset is up to 60 so I can treat it as continuous but my main objective is to identify when can i determine it's better to ...
JOENIELYN SALVADOR's user avatar
0 votes
0 answers
67 views

As an example, let's say that we have observations of the price of some good at various points in time and would like to predict the distribution of the price of the good one point in the future from ...
QMath's user avatar
  • 461
1 vote
1 answer
300 views

I have two independent variables, distance and light intensity (continuous variables) that I want to understand their ...
kpm's user avatar
  • 59
3 votes
1 answer
195 views

I want to sample a continuous distribution $f$ using the Metropolis-Hastings algorithm. Can I define my transition kernel as being sometimes discrete and sometimes continuous as long as I use the ...
siliz4's user avatar
  • 33
2 votes
1 answer
160 views

I am fairly new to statistics as a Phd student. I am trying to understand how dichotomizing a continuous variable can lead to distinct effects on two dependent variables. So in a cross-sectional ...
magg's user avatar
  • 35
2 votes
1 answer
104 views

Hi trying to better understand the statistical approach for the below problem. We'd like to build a logistic model (binary outcome) with two independent variables: one binary and the other continuous. ...
AStar's user avatar
  • 23
0 votes
0 answers
61 views

If a training set has a continious feature, some texts recommend that first the dataset is sorted based on the continious feature, and then split points are chosen. What I am not sure about, is how ...
Karl 17302's user avatar
1 vote
0 answers
104 views

To better capture uncertainty about the phenomena that we model, probabilistic predictions seem to be a natural and common extension of point predictions. Methods for evaluation of these predictions ...
QMath's user avatar
  • 461

1
2 3 4 5
17