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
1 answer

Access 2003 Continuous Forms

I have a continuous form that contains a drop down box whos control source is the id of a record in a support table. The bound column is this support element id. The row source of the drop down list is a query that gets 2 text fields based on the…
Patrick
  • 7,512
  • 7
  • 39
  • 50
0
votes
1 answer

Unable to write continuous Net::Ping output to a log file with my below code

I have written following code to log ping RTT with timestamp for a server continuously. Script is working file at command line But my pain the log file Ping_10.112.114.11.txt is empty for which I see no error or warning or syntactical error in…
avimehenwal
  • 1,502
  • 3
  • 21
  • 30
0
votes
1 answer

how to find ranges in continuous values for use in building decision tree

I am building a decision tree that uses fields with continuous values (doubles). how should I create the range nodes to build the tree with (finding the best ranges values)
user882611
  • 47
  • 1
  • 6
0
votes
1 answer

How to add OLEDB provider to continuous integration build on tfs?

every time I start a build on TFS I get a error message that the OLEDB provider is missing on the local machine: Test method BookLibrary.UnitTest.DatabaseCommunicationTest.AddBookTest threw exception: System.InvalidOperationException: The…
Inoverse
  • 11
  • 1
0
votes
3 answers

Jenkins Build failed after restarting Tomcat

I set up an ant project and successfully built a project. Started by user anonymous Building in workspace /home/myusername/jenkins/workspace/ctascweb [ctascweb] $ cvs -q -z3 update -PdC -r ctascweb-development-3_3_8 -D "Wednesday, November 28, 2012…
user203617
  • 523
  • 8
  • 20
0
votes
2 answers

jQuery Continuous Rotator Multiple Elements at Once

I've got this code and it works great to fade in and out one div at a time. I need to fade out two divs at a time, and replace them with the next two. $(function() { // Set first div to show $('.testimonials div:first').show(); // Begin…
user1051532
  • 129
  • 1
  • 8
0
votes
1 answer

QtCreator continuously saves .pro.user file inside a project

I'm experiencing an annoying behavior of QtCreator: when a project is open, QtCreator keeps saving the project's .pro.user file over and over, about every 10 seconds. Given that my projects are under the Dropbox folder, I see the Dropbox icon…
Avio
  • 2,700
  • 6
  • 30
  • 50
0
votes
1 answer

How to pause a continuous slide animation without a delay in resuming the animation?

I'm starting my jQuery studies. I am having difficulties making a continuous slide animation, with images of some clients passing by the screen. Everything is good until I try to PAUSE the function when the user passes the mouse over the
    that…
0
votes
1 answer

FOCUS_MODE_CONTINUOUS_VIDEO with my private class AutoFocusCallback

I have a problem, I'm making an application using the camera and need to know when the autofocus is activated. Use the setFocusMode (Camera.Parameters.FOCUS_MODE_CONTINUOUS_VIDEO) and I created a private class AutoFocusCallBackImpl with the method…
0
votes
3 answers

Continuously check for data (method) iOS

Is there any method (like – viewDidLoad) to continuously execute a part of code? I need to be able to check a value on a remote server continuously.
user890385
0
votes
2 answers

jQuery + slider plugin: fixed-width continuous slider with varied-width images

I have a with a set of images, all of which are the same height but different width. I need the to stay at a fixed width, and I need the images to slide to the left in an infinite loop. I also need the images to fill the container width, so that…
C Fishburn
  • 11
  • 4
0
votes
1 answer

Which alternatives is there to compile WAV Loops to SWFs?

So far, when I need to embed sound assets in a game, I've always had to bring them in a Flash project's library (a new FLA), setup their properties (linkage / classname, sound quality settings), and then publish this file so I can use it in my main…
chamberlainpi
  • 4,854
  • 8
  • 32
  • 63
-1
votes
1 answer

Autohotkey function 'reload' starts an infinite loop that only Taskkill will stop

I'm a relative newbie with Autohotkey but I'm fairly certain this is not supposed to happen. When I use the 'reload' command, an infinite loop begins. As far as I can tell, it is a loop of whatever script invoked it. But it won't stop unless I…
pwright2
  • 11
  • 2
-1
votes
1 answer

R: Continuous return for panel data

I have the following data: structure(list(`Product Name` = c("A", "A", "A", "B", "B", "B", "C", "C", "C"), Year = c(2018L, 2019L, 2020L, 2018L, 2019L, 2020L, 2018L, 2019L, 2020L), Price = c(200L, 300L, 250L, 304L, 320L, 103L, 203L, 203L, 402L)),…
nima
  • 37
  • 6
-1
votes
3 answers

Recode continuous variable_summary

enter image description here After recode from continuous variables into categorical. The summary for the new categorical variable doens't show how it summarize for categorical in levels we often see. Please help!
Will N
  • 1
  • 1