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.

438 questions
-2
votes
1 answer

How should i implement continuous scrolling through pages in swift?

could you please give me some advices please. I've been struggled for days. My goal is implement continuous scrolling to show pages from document. Each page is controlled by a viewController. And user should be able zoom in and out. Should i do it…
Brew Master
  • 457
  • 3
  • 13
-3
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
  • 508
  • 5
  • 17
1 2 3
29
30