Big O Magnitude Notation: Difference between revisions

From Rest of What I Know
No edit summary
No edit summary
Line 8: Line 8:


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>.
[[Category:Concepts]]

Revision as of 00:21, 29 August 2024

Like Big O Unit Notation, Big O Magnitude Notation refers to a notation used to express orders of magnitude.

Formal Definition for Functions

A function if such that

Formal Definition for Random Variables

A random variable if .