Questions tagged [continuous]

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 (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.

Overview

From Mood et al. (page 60, 1974):

"A random variable X is called continuous if there exists a function fX (.) such that

enter image description here

for every real number x. The cumulative distribution function FX (.) of a continuous random variable X is called absolutely continuous".

Mood, A. M., Graybill, F. A., & Boes, D. C. (1974). Introduction to theory of statistics. (B. C. Harrinson & M. Eichberg, Eds.) (3rd ed., p. 564). McGraw-Hill, Inc.

Excerpt reference: Glossary of Statistical Terms from berkeley.edu

Tag usage

Questions on tag should be about implementation and programming problems, not about the statistical or theoretical properties of this type of data. Consider whether your question might be better suited to Cross Validated, the Stack Exchange site for statistics, machine learning and data analysis.

393 questions
-2
votes
1 answer

How to find the mean of a continuous variable for each categorical variable?

I am trying to calculate the average duration of UFO sighting (continuous) for each categorical shape that it is related with. Essentially, what is the average sighting length for each UFO shape? I tried: a <- aggregate(duration..seconds. ~…
-2
votes
1 answer

How to enter space between a continuous string array in PHP using array functions?

Suppose I have a string "stackoverflowdescription" and i have converted into array using str_split, now a want to put space in between each word say "stack over flow description" using array and string functions. Ex: stackoverflowdescription -->…
Frnd
  • 1
  • 1
-7
votes
1 answer

Arraylist index calculation java

I have array list that each indexes has value either 0 or 1.I want to find that continuously three indexes has the value 1.How do I find it?
micky
  • 623
  • 5
  • 17
1 2 3
26
27