Big O Magnitude Notation: Difference between revisions
From Rest of What I Know
set domain and codomain |
Added page description via AutoDescriptor bot |
||
| Line 9: | Line 9: | ||
A random variable <math>X = O(10^k)</math> if <math>P[10^k \leq X < 10^{k+1}] = 1</math>. | A random variable <math>X = O(10^k)</math> if <math>P[10^k \leq X < 10^{k+1}] = 1</math>. | ||
{{#seo:|description=Explains the formal definition of Big O Magnitude Notation, a notation used to express orders of magnitude for functions and random variables.}} | |||
[[Category:Concepts]] | [[Category:Concepts]] | ||
Latest revision as of 07:45, 30 August 2025
Like Big O Unit Notation, Big O Magnitude Notation refers to a notation used to express orders of magnitude.
Formal Definition for Functions[edit]
A function is considered to be for some fixed if such that
Formal Definition for Random Variables[edit]
A random variable if .
