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 f(n)=O(10k) if n0+ such that nn0:10kf(n)<10k+1

Formal Definition for Random Variables

A random variable X=O(10k) if P[10kX<10k+1]=1.