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
0
votes
0 answers

MATLAB: finding a curved non continuous line in a binary image

I have the attached binary image and I would like to find the top of the curved semi-continuous line/ignoring the vertical components which pass through sections of the line. (i.e. I would like the output to find have something like the magenta line…
user3470496
  • 141
  • 7
  • 33
0
votes
1 answer

ggplot2 error:Discrete value supplied to continuous scale R

I have a dataset called "alldata", which contains 1000 rows and 2 columns named "day_of_Week" and "label". The dataset look like this : day_of_Week label 5 Wday, Clicked 2 Wday, Clicked 4 Wday, Clicked …
estu
  • 117
  • 1
  • 3
  • 9
0
votes
1 answer

finding non-continuous values under loops in matlab

Would you please help me sort this following problem out? I've been stuck here for a while. I have the data as below. You can see there are 3 loops (column A, B and C) and column D contains the computed values that I want at the index continuous…
chappi
  • 63
  • 7
0
votes
1 answer

Value comparison of matrix elements in MATLAB

Say I have a 256 by 256 matrix. I would like to replace any values that are 'greater' or 'equal' to 10 with 1 and make the rest 0 i.e. (values < 10). For example, 2 3 6 15 24 32 1 7 39 10 .... 1 5 7 11 19 10 20 28 9 ........ 10 24 6 29 10…
Nadhris
  • 117
  • 2
  • 10
0
votes
1 answer

c# - Create Process to Continually Check CSV Last Modified Date

I'm building an application that takes data input from a csv text file. This file is being continually overwritten populated from our ERP system. We need to understand if there is a delay when the file gets updated. So I need to know if (for…
Andy
  • 383
  • 1
  • 6
  • 23
0
votes
1 answer

R code to show the actual continuous values stored in each bin?

For a simple example, to "bin" 1000 (continuous value) datapoints in 10 bins (categories), with 100 datapoints in each bin: x <- rnorm(1000, mean=0, sd=50) # Next, let's say we want to create ten bins # with equal number of observations (100), in…
user39150
  • 103
  • 8
0
votes
0 answers

Continuous AJAX requests increasing resource count and size

I need to perform semi-continuous AJAX requests to display data based on the latest entry into a DB. This all works fine with a setInterval() but now I notice the continuously increasing number of resources and size in the Web Inspector (see image).…
Jorgos
  • 123
  • 1
  • 11
0
votes
1 answer

how to determine whether a attribute is continuous in C 4.5 decision tree

How do I determine whether a attribute is continuous in C4.5 decision tree implementation?
0
votes
2 answers

Calculate Continuous Enrollment 12 months before and after reference date

I am new to claims data and relatively new to SQL...and would greatly appreciate your help. I have data similar to this: Customer Group Member ServiceDt ABCDE 123 1111 01-Jan-12 123 1111 01-Feb-12 …
Sri
  • 1
  • 3
0
votes
1 answer

How to write on MVC web-page result of continuous operations

I have continuous operation on web-server (read-write cycle from sourceFTP to targetFTP with many transformation data). Technology of my site is ASP MVC 3. How I may write to my web-page result of which successful portion of my operation - such as…
Кацап
  • 13
  • 4
0
votes
1 answer

Access continuous subform with checkboxes to store ticked values with mainforms id

I am a newbie to MS Access and trying make a productivity tracking program for where I work. I have a main form that's bound to multiple subforms with ID and I need to add one more subform. That subform is going to fetch all data from Personnel…
Ömer Buluş
  • 29
  • 1
  • 8
0
votes
1 answer

Assign categorical number to range of values in Excel

I have a column containing a continuous variable which I would like to categorize based on the value. This is a distance value. For instance, I would like to separate them into 50 m intervals (i.e, 0-49.999 = 1, 50-99.999=2, etc.) I am thinking this…
Evan
  • 1
  • 1
0
votes
2 answers

Solr: continuous migration from MySQL

This may sound like an opinion question, but it's actually a technical one: Is there a standard process for maintaining a simple data set? What I mean is this: let's say all I have is a list of something (we'll say books). The primary storage…
Mr Mikkél
  • 2,577
  • 4
  • 34
  • 52
0
votes
1 answer

Changing Continuous Ranges to Categorical in R

I was trying to convert some continuous integers to categorical ranges, but something I did not understand happened. Although I fixed to get what I want, I still don't understand why it happened. The variable is some integers from 0 to 12, the…
user2935184
  • 113
  • 4
  • 11
0
votes
1 answer

Vlookup or Match and Continuous Numbering

I am having a difficult time figuring this out and your help is greatly appreciated! If there is the same name across multiple sheets, I would like the the number first assigned to them to populate and the remaining numbers to be in numerical order…