SlideShare ist ein Scribd-Unternehmen logo
1 von 66
QuantInsti
11 January 2014
Basic Statistics
What is Statistics
• To learn about something, you must first collect data
• Statistics is the art of learning from data
Collect Describe ConcludeAnalyze
Population and Sample
Random
Parameter and Statitic
Branches of Statistics
• Descriptive statistics:
– Organization, summarization, and display of data.
• Inferential statistics:
– Draw conclusions about a population
– Probability is a basic tool
Variables
• Any characteristics, number, or quantity
• Can be measured or counted
• Value can ‘vary’
Variable
Qualitative
Red, Blue, Green
/ Fast, Slow,
Spinner
Quantitative
Continuous
Height, Weight
Discrete
Runs. Population
Random Variable
• unique numerical value with every outcome
• value will vary from trial to trial
– E.g. outcome of a coin toss, H/T
Classification of Data
According to number of variables
• Univariate
– only one variable, e.g. average weight
• Bivariate
– two variables, e.g. relationship between the height
and weight
Central Tendency
• Mean
– Sum of observations / number of observations
• Median
– Middle value of observations
• Mode
– Most frequently occurring value
Variability
• How ‘spread out’
the data is
0
2
4
6
4 5 6 7 8 9 10
Quiz 1 Quiz 2
Range and Quartile
• Range
– Difference between largest and smallest value
• Quartile
– Divide a rank-ordered data into four equal parts
Variance
• Measure of variation or diversity in a distribution
• For a population,
– σ2 = Σ ( Xi - μ )2 / N
• For a sample,
– s2 = Σ ( xi - x )2 / ( n - 1 )
Standard Deviation
• For a population
– σ = sqrt[ σ2 ] = sqrt [ Σ ( Xi - μ )2 / N ]
• For a sample
– s = sqrt[ s2 ] = sqrt [ Σ ( xi - x )2 / ( n - 1 ) ]
Standard Scores (z-Scores)
• how many standard deviations from the mean
– z = (X - μ) / σ
Data Patterns
• Spread
• Shape
– symmetry, number of peaks, skewness, and
uniform
• Kurtosis
Basics of Set Theory - I
• Set
– a well-defined collection of objects
• E.g outcomes of rolling a dice, D={1,2,3,4,5,6}
• Let A be rolls of even no, A={2,4,6};
– Subset A is subset of D
• Let B be rolls greater than 3; B = {4,5,6}
– Union of sets, A ∪ B = {2, 4, 5, 6}
– Intersection of sets, A ∩ B = {4, 6}
Basics of Set Theory - II
Concepts of Probability
• Many events can't be predicted with total certainty
– How likely they are to happen
– the concept of probability
Tossing a coin
Probability of
coin landing Head is ½
coin landing Tail is ½
Throwing Dice
Probability of
any of {1,2,3,4,5,6} is 1/6
Some Definitions
• Sample Space (S)
– all possible outcomes of a statistical experiment
– e.g. {H,T}, {1,2,3,4,5,6}
• Events (E)
– sets, or collections, of outcomes
– e.g. roll and even number {2,4,6}
– Mutually exclusive or not
• Sample Point
– One possible outcome
Probability Model
• Probability function P
– Assigns a number to each outcome
– Cannot be negative, i.e. P≥0
– Sum of all probabilities in sample space = 1, i.e. ∑P
=1
– For event A,
• P(A) =
Number of outcomes favourable to A
Total number of outcomes for the experiment
– E.g. A coin is tossed twice. What is the probability
that at least on head occurs?
Rules of probability
• 0≤P(x) ≤1.
• ∑ P(x) = 1
• the probability of an event E is the sum of the probabilities of the
outcomes in E:
– P (E) = P x ∈ E P(x)
• P (A∪B) =P (A) +P (B) if A∩B=∅
Conditional Probability
• The probability of an event B occurring when it is known that some
event A has occurred is called a conditional probability
• P (B | A)
– P (B|A) =P (A∩B) / P (A)
– Example
• Roll a dice. What is the chance that you'd get a 6, given that you've gotten an
even number?
• Solution: Let A be the event of even numbers, and B of 6.
• A ={ 2;4;6}; P(A) =1/2; (1)
• B = { 6}; P(B) =1/6 ; (2)
• A∩B={6}; P(A∩B) =1/6; (3)
• P(B|A) =P(A∩B)/P(A)=1/3
Rules of Probability
• Addition
– Event A or Event B occurs
• P (A ∪ B) = P (A) + P (B) - P (A ∩ B))
– Mutually exclusive
• Subtraction
– Event A will not occur
• P (A) = 1 - P (A')
• Multiplication
– Event A and Event B
• P (A ∩ B) = P (A) * P (B|A)
– Independent events
Venn Diagrams
Bayes’ Theorem
• P(A 𝑘|B) =
P(Ak∩B)
P(A1∩B) + P(A2∩B) + ... + P(An∩B)
– Useful for calculating conditional probabilities
• A1, A2, ... , Anmutually exclusive, form S
• B is even from sample space, P(B)>0
– Also written as
• P(Ak|B) =
P(Ak)P(B|Ak)
P(A1)P(B|A1)+P(A2)P(B|A2)+...+P(An)P(B|An)
When to Apply Bayes’ Theorem
• Set of mutually exclusive events
– { A1, A2, . . . , An }.
• There exists an event B
– P(B) > 0.
• Want to compute a conditional probability
– P(Ak | B ).
• You know either
– P( Ak ∩ B ) for each Ak
• or
– P( Ak ) and P( B | Ak ) for each Ak
Example from Handout
• Formulate the problem:
– Mutually exclusive events:
• A1 : It rains
• A2 : It does not rain
– Event B
• B: Weatherman predicts rain
– Goal:
• Probability of rain, given weatherman predicts rain, i.e.
• P(A1 | B)
Solution
• We use second form of Bayes’ theorem,
• P(A1|B) =
P(A1) P(B|A1)
P(A1) P(B|A1) + P(A2) P(B|A2)
– P( A1 ) = 5/365 =0.0136985
– P( A2 ) = 360/365 = 0.9863014
– P( B | A1 ) = 0.9
– P( B | A2 ) = 0.1
Probability Distributions
– maps outcome of a statistical experiment with probability
of occurrence
– random variable X,
• P(X) = 1 => probability that X is 1
– E.g. coin flipped twice
• Outcomes: {HH, HT, TH, TT}
• X = number of heads
Statistical
Experiment
Probability
of Event
Probability
Distribution
Number of Heads Probability
0 0.25
1 0.50
2 0.25
Cumulative Probability
Number of Heads Probability
P(X = x)
Cumulative Probability:
P(X < x)
0 0.25 0.25
1 0.50 0.75
2 0.25 1.00
Uniform Probability
Distribution
• all values occur with equal probability
– P(X = xk) = 1/k
Discrete Probability
Distributions
• random variable is a discrete variable
– Binomial probability distribution
• Each trial results in two possible outcomes
• Example, flip a coin n number of times
– Poisson probability distribution
• Outcomes can be classified as successes or failures
• Average number of successes is known
• Example, average number of homes sold by a Realty
Company
Binomial Distribution
• x: The number of successes that result from the binomial experiment.
• n: The number of trials in the binomial experiment.
• P: The probability of success on an individual trial.
• Q: The probability of failure on an individual trial. (This is equal to 1 - P.)
• b(x, n, P): Binomial probability - the probability that an n-trial binomial experiment
results in exactly x successes, when the probability of success on an individual trial
is P.
• nCr: The number of combinations of n things, taken r at a time.
b(x, n, P) = nCx * Px * (1 - P)n – x
Binomial Distribution
Number of heads Probability
0 0.25
1 0.50
2 0.25
The mean of the distribution (μx) is equal to n * P .
The variance (σ2
x) is n * P * ( 1 - P )
The standard deviation (σx) is sqrt[ n * P * ( 1 - P ) ].
Binomial Distribution, P=0.5
Binomial Distribution, n = 20
Cumulative Binomial Probability
• probability that the binomial random variable
falls within a specified range
• example, the cumulative binomial probability
of obtaining 45 or fewer heads in 100 tosses
of a coin
Poisson Distribution
• Outcomes that can be classified as successes or failures.
• Average number of successes in a specified region is known.
• The probability that a success will occur is proportional to the size of the
region.
• The probability that a success will occur in an extremely small region is
virtually zero
• e: A constant equal to approximately 2.71828.
• λ or μ: The mean number of successes that occur in a specified region.
• x: The actual number of successes that occur in a specified region.
• P(x; λ or μ): The Poisson probability that exactly x successes occur in a Poisson
experiment, when the mean number of successes is μ.
P(x; λ) = (e-λ) λx) / x!
Poisson Distribution
Poisson Distribution
Example
• The average number of homes sold by the Realty Company is 2 homes per
day. What is the probability that exactly 3 homes will be sold tomorrow?
• Solution:
• μ = 2;
• x = 3;
• e = 2.71828;
• P(x; μ) = (e-μ) (μx) / x!
• P(3; 2) = (2.71828-2) (23) / 3!
• P(3; 2) = (0.13534) (8) / 6
• P(3; 2) = 0.180
Normal Distribution
X = { 1/[ σ * sqrt(2π) ] } * e^(-(x-μ)^2 /2 /σ^2 )
Normal Curve
Probability and the Normal Curve
• The total area under the normal curve 1
• The probability that a normal random variable X equals any particular value is 0
• The probability that a random variable assumes a value between a and b is equal to
the area under the density function bounded by a and b.
• The probability that X is greater than a equals the area under the normal curve
bounded by a and plus infinity
• The probability that X is less than a equals the area under the normal curve
bounded by a and minus infinity
68-95-99.7 rule
Standard Normal Distribution
Central Limit Theorem
Central Limit Theorem
The sampling distribution will be normal for a
large sample
Conditions:
• The population distribution is normal.
• The sample distribution is roughly symmetric, unimodal, without outliers, and the
sample size is 15 or less.
• The sample distribution is moderately skewed, unimodal, without outliers, and
sample size is between 16 and 40.
• The sample size is greater than 40, without outliers.
Student's t Distribution
• t = [x - μ] / [s / sqrt( n ) ]
• Small sample sizes
Estimation Theory
• Process to makes inferences about a
population
– based on information from a sample
– Point Estimation
• population mean μ, based on sample mean x
– Interval Estimation
Confidence Interval
• Precision and uncertainty
– Confidence level
– Statistic
– Margin of error
Hypothesis Testing
Statistical Hypotheses
• Examine random sample from a population
• Null hypothesis
– H0
– observations result purely from chance.
• Alternative hypothesis
– Ha
– observations are influenced by some non-random
cause.
Hypothesis Tests
State
the
Hypothesis
Formulate
an Analysis
Plan
Interpret
Results
Analyze
Sample
Data
Decision Error
Decision Rules
• P-value.
– Strength of evidence in support of a H0
– P-value is < significance level (0.05), reject H0
• Region of acceptance.
– range of values.
– test statistic falls within the region of acceptance
– H0 is not rejected
– defined so that the chance of making a Type I error is
equal to the significance level
One-Tailed and Two-Tailed Tests
• One-tailed test
– region of rejection is on only one side of the sampling distribution
– Example: mean is less than or equal to 10
• Two-tailed test
– region of rejection is on both sides
– Example: mean is equal to 10
Linear Correlation
Correlation Coefficients
• Measure the strength of association between two
variables
• Pearson product-moment correlation coefficient
r = Σ (xy) / sqrt[ ( Σ x2 ) * ( Σ y2 ) ]
– x = xi - x,
– xi is the x value for observation i
– x is the mean x value,
– y = yi – y
– yi is the y value for observation I
– y is the mean y value.
Correlation Coefficients
Note:
A correlation of 0 does not mean zero relationship between two variables; rather, it means zero linear
relationship.
Linear Regression
Least Squares Regression Line
Regression line
• ŷ = b0 + b1x
– b1 = Σ [ (xi - x)(yi - y) ] / Σ [ (xi - x)2]
– b1 = r * (sy / sx)
– b0 = y - b1 * x
• b0 is the constant in the regression equation
• b1 is the regression coefficient
• r is the correlation between x and y
• xi is the X value of observation I
• yi is the Y value of observation I
• x is the mean of X
• y is the mean of Y
• sx is the standard deviation of X
• sy is the standard deviation of Y
Properties of Regression Line
• Minimizes sum of squared differences
• Passes through mean of the X and Y values (x & y)
• (b0) is equal to the y intercept
• (b1) is the slope of the regression line
Coefficient of Determination
• R2
– Between 0 and 1
– R2 = 0, dependent variable cannot be predicted
– R2 = 1, dependent variable can be predicted without error
– An R2 between 0 and 1 indicates the extent to which the
dependent variable is predictable.
• R2 = 0.10 means that 10% of the variance in Y is predictable from X
• R2 = 0.20 means that 20% is predictable
R2 = { ( 1 / N ) * Σ [ (xi - x) * (yi - y) ] / (σx * σy ) }2
Homoscedasticity and Heteroscedasticity
Thank You!
To Learn Automated Trading
Email: contact@quantinsti.com
Connect With Us:
SINGAPORE
11 Collyer Quay,
#10-10, The Arcade,
Singapore - 049317
Phone: +65-6221-3654
INDIA
A-309, Boomerang,
Chandivali Farm Road, Powai,
Mumbai - 400 072
Phone: +91-022-61691400

Weitere ähnliche Inhalte

Was ist angesagt?

Types of Statistics
Types of StatisticsTypes of Statistics
Types of Statisticsloranel
 
Central tendency _dispersion
Central tendency _dispersionCentral tendency _dispersion
Central tendency _dispersionKirti Gupta
 
Business statistics review
Business statistics reviewBusiness statistics review
Business statistics reviewFELIXARCHER
 
Logistic regression
Logistic regressionLogistic regression
Logistic regressionDrZahid Khan
 
Data Analysis and Statistics
Data Analysis and StatisticsData Analysis and Statistics
Data Analysis and StatisticsT.S. Lim
 
introduction to statistical theory
introduction to statistical theoryintroduction to statistical theory
introduction to statistical theoryUnsa Shakir
 
Inferential Statistics
Inferential StatisticsInferential Statistics
Inferential Statisticsewhite00
 
descriptive data analysis
 descriptive data analysis descriptive data analysis
descriptive data analysisgnanasarita1
 
Descriptive statistics
Descriptive statisticsDescriptive statistics
Descriptive statisticsAttaullah Khan
 
Normal distribution
Normal distributionNormal distribution
Normal distributionSonamWadhwa3
 
Descriptive statistics
Descriptive statisticsDescriptive statistics
Descriptive statisticsMmedsc Hahm
 
Descriptive statistics
Descriptive statisticsDescriptive statistics
Descriptive statisticsHiba Armouche
 
Introduction to Statistics (Part -I)
Introduction to Statistics (Part -I)Introduction to Statistics (Part -I)
Introduction to Statistics (Part -I)YesAnalytics
 
Multinomial logisticregression basicrelationships
Multinomial logisticregression basicrelationshipsMultinomial logisticregression basicrelationships
Multinomial logisticregression basicrelationshipsAnirudha si
 
Introduction to statistics
Introduction to statisticsIntroduction to statistics
Introduction to statisticsAndi Koentary
 
Estimation in statistics
Estimation in statisticsEstimation in statistics
Estimation in statisticsRabea Jamal
 
Basics of statistics
Basics of statisticsBasics of statistics
Basics of statisticsdonthuraj
 

Was ist angesagt? (20)

The Normal Distribution
The Normal DistributionThe Normal Distribution
The Normal Distribution
 
Types of Statistics
Types of StatisticsTypes of Statistics
Types of Statistics
 
Central tendency _dispersion
Central tendency _dispersionCentral tendency _dispersion
Central tendency _dispersion
 
Business statistics review
Business statistics reviewBusiness statistics review
Business statistics review
 
Logistic regression
Logistic regressionLogistic regression
Logistic regression
 
Data Analysis and Statistics
Data Analysis and StatisticsData Analysis and Statistics
Data Analysis and Statistics
 
introduction to statistical theory
introduction to statistical theoryintroduction to statistical theory
introduction to statistical theory
 
Inferential Statistics
Inferential StatisticsInferential Statistics
Inferential Statistics
 
descriptive data analysis
 descriptive data analysis descriptive data analysis
descriptive data analysis
 
Descriptive statistics
Descriptive statisticsDescriptive statistics
Descriptive statistics
 
Measures of central tendency and dispersion
Measures of central tendency and dispersionMeasures of central tendency and dispersion
Measures of central tendency and dispersion
 
Normal distribution
Normal distributionNormal distribution
Normal distribution
 
Descriptive statistics
Descriptive statisticsDescriptive statistics
Descriptive statistics
 
Descriptive statistics
Descriptive statisticsDescriptive statistics
Descriptive statistics
 
Introduction to Statistics (Part -I)
Introduction to Statistics (Part -I)Introduction to Statistics (Part -I)
Introduction to Statistics (Part -I)
 
Multinomial logisticregression basicrelationships
Multinomial logisticregression basicrelationshipsMultinomial logisticregression basicrelationships
Multinomial logisticregression basicrelationships
 
Introduction To SPSS
Introduction To SPSSIntroduction To SPSS
Introduction To SPSS
 
Introduction to statistics
Introduction to statisticsIntroduction to statistics
Introduction to statistics
 
Estimation in statistics
Estimation in statisticsEstimation in statistics
Estimation in statistics
 
Basics of statistics
Basics of statisticsBasics of statistics
Basics of statistics
 

Andere mochten auch

How to design quant trading strategies using “R”?
How to design quant trading strategies using “R”?How to design quant trading strategies using “R”?
How to design quant trading strategies using “R”?QuantInsti
 
Leveraging artificial intelligence to build algorithmic trading strategies
Leveraging artificial intelligence to build algorithmic trading strategiesLeveraging artificial intelligence to build algorithmic trading strategies
Leveraging artificial intelligence to build algorithmic trading strategiesQuantInsti
 
Basic statistics by Neeraj Bhandari ( Surkhet.Nepal )
Basic statistics by Neeraj Bhandari ( Surkhet.Nepal )Basic statistics by Neeraj Bhandari ( Surkhet.Nepal )
Basic statistics by Neeraj Bhandari ( Surkhet.Nepal )Neeraj Bhandari
 
What is Statistics
What is StatisticsWhat is Statistics
What is Statisticssidra-098
 
Introduction to statistics...ppt rahul
Introduction to statistics...ppt rahulIntroduction to statistics...ppt rahul
Introduction to statistics...ppt rahulRahul Dhaker
 
A Sneak Peek into Artificial Intelligence Based HFT Trading Strategies
A Sneak Peek into Artificial Intelligence Based HFT Trading StrategiesA Sneak Peek into Artificial Intelligence Based HFT Trading Strategies
A Sneak Peek into Artificial Intelligence Based HFT Trading StrategiesQuantInsti
 
Applications of Machine Learning in High Frequency Trading
Applications of Machine Learning in High Frequency TradingApplications of Machine Learning in High Frequency Trading
Applications of Machine Learning in High Frequency TradingAyan Sengupta
 
Managing an Option Portfolio and how Automated Trading makes it easier
Managing an Option Portfolio and how Automated Trading makes it easierManaging an Option Portfolio and how Automated Trading makes it easier
Managing an Option Portfolio and how Automated Trading makes it easierQuantInsti
 
An Overview of Basic Statistics
An Overview of Basic StatisticsAn Overview of Basic Statistics
An Overview of Basic Statisticsgetyourcheaton
 
Quant insti webinar on algorithmic trading for technocrats!
Quant insti webinar on algorithmic trading for technocrats!Quant insti webinar on algorithmic trading for technocrats!
Quant insti webinar on algorithmic trading for technocrats!QuantInsti
 
Gravetter & Wallnau 7e Ch 08 PPt Handout
Gravetter & Wallnau 7e Ch 08 PPt HandoutGravetter & Wallnau 7e Ch 08 PPt Handout
Gravetter & Wallnau 7e Ch 08 PPt Handoutcv.mogol
 
Statistical Theory of Estimation
Statistical Theory of EstimationStatistical Theory of Estimation
Statistical Theory of EstimationAcquate
 
Quantified News Based Trading: Is it the next big thing in algorithmic trading?
Quantified News Based Trading: Is it the next big thing in algorithmic trading?Quantified News Based Trading: Is it the next big thing in algorithmic trading?
Quantified News Based Trading: Is it the next big thing in algorithmic trading?QuantInsti
 
Quantifying News For Automated Trading - Methodology and Profitability
Quantifying News For Automated Trading - Methodology and ProfitabilityQuantifying News For Automated Trading - Methodology and Profitability
Quantifying News For Automated Trading - Methodology and ProfitabilityQuantInsti
 
Unique Fibonacci Profit Taking Method
Unique Fibonacci Profit Taking MethodUnique Fibonacci Profit Taking Method
Unique Fibonacci Profit Taking MethodNetpicksTrading
 
MD Paediatrics (Part 1) - Overview of Basic Statistics
MD Paediatrics (Part 1) - Overview of Basic StatisticsMD Paediatrics (Part 1) - Overview of Basic Statistics
MD Paediatrics (Part 1) - Overview of Basic StatisticsBernard Deepal W. Jayamanne
 
Statistics –meaning and uses1
Statistics –meaning and uses1Statistics –meaning and uses1
Statistics –meaning and uses1kaushalyadav1971
 

Andere mochten auch (20)

How to design quant trading strategies using “R”?
How to design quant trading strategies using “R”?How to design quant trading strategies using “R”?
How to design quant trading strategies using “R”?
 
Leveraging artificial intelligence to build algorithmic trading strategies
Leveraging artificial intelligence to build algorithmic trading strategiesLeveraging artificial intelligence to build algorithmic trading strategies
Leveraging artificial intelligence to build algorithmic trading strategies
 
Basic statistics by Neeraj Bhandari ( Surkhet.Nepal )
Basic statistics by Neeraj Bhandari ( Surkhet.Nepal )Basic statistics by Neeraj Bhandari ( Surkhet.Nepal )
Basic statistics by Neeraj Bhandari ( Surkhet.Nepal )
 
What is Statistics
What is StatisticsWhat is Statistics
What is Statistics
 
Introduction to statistics...ppt rahul
Introduction to statistics...ppt rahulIntroduction to statistics...ppt rahul
Introduction to statistics...ppt rahul
 
A Sneak Peek into Artificial Intelligence Based HFT Trading Strategies
A Sneak Peek into Artificial Intelligence Based HFT Trading StrategiesA Sneak Peek into Artificial Intelligence Based HFT Trading Strategies
A Sneak Peek into Artificial Intelligence Based HFT Trading Strategies
 
Applications of Machine Learning in High Frequency Trading
Applications of Machine Learning in High Frequency TradingApplications of Machine Learning in High Frequency Trading
Applications of Machine Learning in High Frequency Trading
 
Session 12 4th edition PMP
Session  12 4th edition PMPSession  12 4th edition PMP
Session 12 4th edition PMP
 
Managing an Option Portfolio and how Automated Trading makes it easier
Managing an Option Portfolio and how Automated Trading makes it easierManaging an Option Portfolio and how Automated Trading makes it easier
Managing an Option Portfolio and how Automated Trading makes it easier
 
Ch03
Ch03Ch03
Ch03
 
An Overview of Basic Statistics
An Overview of Basic StatisticsAn Overview of Basic Statistics
An Overview of Basic Statistics
 
Quant insti webinar on algorithmic trading for technocrats!
Quant insti webinar on algorithmic trading for technocrats!Quant insti webinar on algorithmic trading for technocrats!
Quant insti webinar on algorithmic trading for technocrats!
 
Gravetter & Wallnau 7e Ch 08 PPt Handout
Gravetter & Wallnau 7e Ch 08 PPt HandoutGravetter & Wallnau 7e Ch 08 PPt Handout
Gravetter & Wallnau 7e Ch 08 PPt Handout
 
Forex Trading Strategies
Forex Trading StrategiesForex Trading Strategies
Forex Trading Strategies
 
Statistical Theory of Estimation
Statistical Theory of EstimationStatistical Theory of Estimation
Statistical Theory of Estimation
 
Quantified News Based Trading: Is it the next big thing in algorithmic trading?
Quantified News Based Trading: Is it the next big thing in algorithmic trading?Quantified News Based Trading: Is it the next big thing in algorithmic trading?
Quantified News Based Trading: Is it the next big thing in algorithmic trading?
 
Quantifying News For Automated Trading - Methodology and Profitability
Quantifying News For Automated Trading - Methodology and ProfitabilityQuantifying News For Automated Trading - Methodology and Profitability
Quantifying News For Automated Trading - Methodology and Profitability
 
Unique Fibonacci Profit Taking Method
Unique Fibonacci Profit Taking MethodUnique Fibonacci Profit Taking Method
Unique Fibonacci Profit Taking Method
 
MD Paediatrics (Part 1) - Overview of Basic Statistics
MD Paediatrics (Part 1) - Overview of Basic StatisticsMD Paediatrics (Part 1) - Overview of Basic Statistics
MD Paediatrics (Part 1) - Overview of Basic Statistics
 
Statistics –meaning and uses1
Statistics –meaning and uses1Statistics –meaning and uses1
Statistics –meaning and uses1
 

Ähnlich wie Basic statistics for algorithmic trading

Binomial,Poisson,Geometric,Normal distribution
Binomial,Poisson,Geometric,Normal distributionBinomial,Poisson,Geometric,Normal distribution
Binomial,Poisson,Geometric,Normal distributionBharath kumar Karanam
 
Probability distribution
Probability distributionProbability distribution
Probability distributionRanjan Kumar
 
Statistical thinking
Statistical thinkingStatistical thinking
Statistical thinkingmij1120
 
Lec12-Probability.ppt
Lec12-Probability.pptLec12-Probability.ppt
Lec12-Probability.pptakashok1v
 
Lec12-Probability.ppt
Lec12-Probability.pptLec12-Probability.ppt
Lec12-Probability.pptssuserc7c104
 
Quantitative Methods for Lawyers - Class #10 - Binomial Distributions, Normal...
Quantitative Methods for Lawyers - Class #10 - Binomial Distributions, Normal...Quantitative Methods for Lawyers - Class #10 - Binomial Distributions, Normal...
Quantitative Methods for Lawyers - Class #10 - Binomial Distributions, Normal...Daniel Katz
 
Probability Distributions
Probability Distributions Probability Distributions
Probability Distributions Anthony J. Evans
 
04 random-variables-probability-distributionsrv
04 random-variables-probability-distributionsrv04 random-variables-probability-distributionsrv
04 random-variables-probability-distributionsrvPooja Sakhla
 
2.statistical DEcision makig.pptx
2.statistical DEcision makig.pptx2.statistical DEcision makig.pptx
2.statistical DEcision makig.pptxImpanaR2
 

Ähnlich wie Basic statistics for algorithmic trading (20)

Machine learning mathematicals.pdf
Machine learning mathematicals.pdfMachine learning mathematicals.pdf
Machine learning mathematicals.pdf
 
Statistics-2 : Elements of Inference
Statistics-2 : Elements of InferenceStatistics-2 : Elements of Inference
Statistics-2 : Elements of Inference
 
2주차
2주차2주차
2주차
 
5. RV and Distributions.pptx
5. RV and Distributions.pptx5. RV and Distributions.pptx
5. RV and Distributions.pptx
 
Binomial,Poisson,Geometric,Normal distribution
Binomial,Poisson,Geometric,Normal distributionBinomial,Poisson,Geometric,Normal distribution
Binomial,Poisson,Geometric,Normal distribution
 
Probability distribution
Probability distributionProbability distribution
Probability distribution
 
Probability
ProbabilityProbability
Probability
 
Statistical thinking
Statistical thinkingStatistical thinking
Statistical thinking
 
Probability
ProbabilityProbability
Probability
 
Lec12-Probability (1).ppt
Lec12-Probability (1).pptLec12-Probability (1).ppt
Lec12-Probability (1).ppt
 
Lec12-Probability.ppt
Lec12-Probability.pptLec12-Probability.ppt
Lec12-Probability.ppt
 
Lec12-Probability.ppt
Lec12-Probability.pptLec12-Probability.ppt
Lec12-Probability.ppt
 
Lec12-Probability.ppt
Lec12-Probability.pptLec12-Probability.ppt
Lec12-Probability.ppt
 
Quantitative Methods for Lawyers - Class #10 - Binomial Distributions, Normal...
Quantitative Methods for Lawyers - Class #10 - Binomial Distributions, Normal...Quantitative Methods for Lawyers - Class #10 - Binomial Distributions, Normal...
Quantitative Methods for Lawyers - Class #10 - Binomial Distributions, Normal...
 
Probability Distributions
Probability Distributions Probability Distributions
Probability Distributions
 
Lec13_Bayes.pptx
Lec13_Bayes.pptxLec13_Bayes.pptx
Lec13_Bayes.pptx
 
Probability
ProbabilityProbability
Probability
 
Statistics - Basics
Statistics - BasicsStatistics - Basics
Statistics - Basics
 
04 random-variables-probability-distributionsrv
04 random-variables-probability-distributionsrv04 random-variables-probability-distributionsrv
04 random-variables-probability-distributionsrv
 
2.statistical DEcision makig.pptx
2.statistical DEcision makig.pptx2.statistical DEcision makig.pptx
2.statistical DEcision makig.pptx
 

Mehr von QuantInsti

ChatGPT and Machine Learning in Trading
ChatGPT and Machine Learning in TradingChatGPT and Machine Learning in Trading
ChatGPT and Machine Learning in TradingQuantInsti
 
Introduction to Quantitative Factor Investing
Introduction to Quantitative Factor InvestingIntroduction to Quantitative Factor Investing
Introduction to Quantitative Factor InvestingQuantInsti
 
Machine Learning for Options Trading
Machine Learning for Options TradingMachine Learning for Options Trading
Machine Learning for Options TradingQuantInsti
 
Portfolio Assets Allocation with Machine Learning
Portfolio Assets Allocation with Machine LearningPortfolio Assets Allocation with Machine Learning
Portfolio Assets Allocation with Machine LearningQuantInsti
 
Price Action Trading - An Introduction
Price Action Trading - An IntroductionPrice Action Trading - An Introduction
Price Action Trading - An IntroductionQuantInsti
 
Introduction to Systematic Options Trading
Introduction to Systematic Options TradingIntroduction to Systematic Options Trading
Introduction to Systematic Options TradingQuantInsti
 
Competitive Edges in Algorithmic Trading
Competitive Edges in Algorithmic TradingCompetitive Edges in Algorithmic Trading
Competitive Edges in Algorithmic TradingQuantInsti
 
Volatility Trading: Trading The Fear Index VIX
Volatility Trading: Trading The Fear Index VIXVolatility Trading: Trading The Fear Index VIX
Volatility Trading: Trading The Fear Index VIXQuantInsti
 
Big Data And The Future Of Retail Investing
Big Data And The Future Of Retail InvestingBig Data And The Future Of Retail Investing
Big Data And The Future Of Retail InvestingQuantInsti
 
Backtest of Short Straddles on SPX Index
Backtest of Short Straddles on SPX IndexBacktest of Short Straddles on SPX Index
Backtest of Short Straddles on SPX IndexQuantInsti
 
Pairs Trading In the Brazilian Stock Market
Pairs Trading In the Brazilian Stock MarketPairs Trading In the Brazilian Stock Market
Pairs Trading In the Brazilian Stock MarketQuantInsti
 
How To Set Up Automated Trading
How To Set Up Automated TradingHow To Set Up Automated Trading
How To Set Up Automated TradingQuantInsti
 
How To Set Up Automated Trading
How To Set Up Automated TradingHow To Set Up Automated Trading
How To Set Up Automated TradingQuantInsti
 
Quantitative Data Analysis of Cryptocurrencies
Quantitative Data Analysis of CryptocurrenciesQuantitative Data Analysis of Cryptocurrencies
Quantitative Data Analysis of CryptocurrenciesQuantInsti
 
Introduction to Quantitative Trading - Investment Management Club of Yale Uni...
Introduction to Quantitative Trading - Investment Management Club of Yale Uni...Introduction to Quantitative Trading - Investment Management Club of Yale Uni...
Introduction to Quantitative Trading - Investment Management Club of Yale Uni...QuantInsti
 
How to automate an options day trading strategy
How to automate an options day trading strategyHow to automate an options day trading strategy
How to automate an options day trading strategyQuantInsti
 
Predict daily stock prices with random forest classifier, technical indicator...
Predict daily stock prices with random forest classifier, technical indicator...Predict daily stock prices with random forest classifier, technical indicator...
Predict daily stock prices with random forest classifier, technical indicator...QuantInsti
 
How Pandemics Impact the Financial Markets - A Quantitative Analysis
How Pandemics Impact the Financial Markets - A Quantitative AnalysisHow Pandemics Impact the Financial Markets - A Quantitative Analysis
How Pandemics Impact the Financial Markets - A Quantitative AnalysisQuantInsti
 
Masterclass: Natural Language Processing in Trading with Terry Benzschawel & ...
Masterclass: Natural Language Processing in Trading with Terry Benzschawel & ...Masterclass: Natural Language Processing in Trading with Terry Benzschawel & ...
Masterclass: Natural Language Processing in Trading with Terry Benzschawel & ...QuantInsti
 
Webinar on Algorithmic Trading - Why make the move? with Vivek Krishnamoorthy...
Webinar on Algorithmic Trading - Why make the move? with Vivek Krishnamoorthy...Webinar on Algorithmic Trading - Why make the move? with Vivek Krishnamoorthy...
Webinar on Algorithmic Trading - Why make the move? with Vivek Krishnamoorthy...QuantInsti
 

Mehr von QuantInsti (20)

ChatGPT and Machine Learning in Trading
ChatGPT and Machine Learning in TradingChatGPT and Machine Learning in Trading
ChatGPT and Machine Learning in Trading
 
Introduction to Quantitative Factor Investing
Introduction to Quantitative Factor InvestingIntroduction to Quantitative Factor Investing
Introduction to Quantitative Factor Investing
 
Machine Learning for Options Trading
Machine Learning for Options TradingMachine Learning for Options Trading
Machine Learning for Options Trading
 
Portfolio Assets Allocation with Machine Learning
Portfolio Assets Allocation with Machine LearningPortfolio Assets Allocation with Machine Learning
Portfolio Assets Allocation with Machine Learning
 
Price Action Trading - An Introduction
Price Action Trading - An IntroductionPrice Action Trading - An Introduction
Price Action Trading - An Introduction
 
Introduction to Systematic Options Trading
Introduction to Systematic Options TradingIntroduction to Systematic Options Trading
Introduction to Systematic Options Trading
 
Competitive Edges in Algorithmic Trading
Competitive Edges in Algorithmic TradingCompetitive Edges in Algorithmic Trading
Competitive Edges in Algorithmic Trading
 
Volatility Trading: Trading The Fear Index VIX
Volatility Trading: Trading The Fear Index VIXVolatility Trading: Trading The Fear Index VIX
Volatility Trading: Trading The Fear Index VIX
 
Big Data And The Future Of Retail Investing
Big Data And The Future Of Retail InvestingBig Data And The Future Of Retail Investing
Big Data And The Future Of Retail Investing
 
Backtest of Short Straddles on SPX Index
Backtest of Short Straddles on SPX IndexBacktest of Short Straddles on SPX Index
Backtest of Short Straddles on SPX Index
 
Pairs Trading In the Brazilian Stock Market
Pairs Trading In the Brazilian Stock MarketPairs Trading In the Brazilian Stock Market
Pairs Trading In the Brazilian Stock Market
 
How To Set Up Automated Trading
How To Set Up Automated TradingHow To Set Up Automated Trading
How To Set Up Automated Trading
 
How To Set Up Automated Trading
How To Set Up Automated TradingHow To Set Up Automated Trading
How To Set Up Automated Trading
 
Quantitative Data Analysis of Cryptocurrencies
Quantitative Data Analysis of CryptocurrenciesQuantitative Data Analysis of Cryptocurrencies
Quantitative Data Analysis of Cryptocurrencies
 
Introduction to Quantitative Trading - Investment Management Club of Yale Uni...
Introduction to Quantitative Trading - Investment Management Club of Yale Uni...Introduction to Quantitative Trading - Investment Management Club of Yale Uni...
Introduction to Quantitative Trading - Investment Management Club of Yale Uni...
 
How to automate an options day trading strategy
How to automate an options day trading strategyHow to automate an options day trading strategy
How to automate an options day trading strategy
 
Predict daily stock prices with random forest classifier, technical indicator...
Predict daily stock prices with random forest classifier, technical indicator...Predict daily stock prices with random forest classifier, technical indicator...
Predict daily stock prices with random forest classifier, technical indicator...
 
How Pandemics Impact the Financial Markets - A Quantitative Analysis
How Pandemics Impact the Financial Markets - A Quantitative AnalysisHow Pandemics Impact the Financial Markets - A Quantitative Analysis
How Pandemics Impact the Financial Markets - A Quantitative Analysis
 
Masterclass: Natural Language Processing in Trading with Terry Benzschawel & ...
Masterclass: Natural Language Processing in Trading with Terry Benzschawel & ...Masterclass: Natural Language Processing in Trading with Terry Benzschawel & ...
Masterclass: Natural Language Processing in Trading with Terry Benzschawel & ...
 
Webinar on Algorithmic Trading - Why make the move? with Vivek Krishnamoorthy...
Webinar on Algorithmic Trading - Why make the move? with Vivek Krishnamoorthy...Webinar on Algorithmic Trading - Why make the move? with Vivek Krishnamoorthy...
Webinar on Algorithmic Trading - Why make the move? with Vivek Krishnamoorthy...
 

Kürzlich hochgeladen

VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...
VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...
VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...dipikadinghjn ( Why You Choose Us? ) Escorts
 
➥🔝 7737669865 🔝▻ Malda Call-girls in Women Seeking Men 🔝Malda🔝 Escorts Ser...
➥🔝 7737669865 🔝▻ Malda Call-girls in Women Seeking Men  🔝Malda🔝   Escorts Ser...➥🔝 7737669865 🔝▻ Malda Call-girls in Women Seeking Men  🔝Malda🔝   Escorts Ser...
➥🔝 7737669865 🔝▻ Malda Call-girls in Women Seeking Men 🔝Malda🔝 Escorts Ser...amitlee9823
 
Q1 2024 Conference Call Presentation vF.pdf
Q1 2024 Conference Call Presentation vF.pdfQ1 2024 Conference Call Presentation vF.pdf
Q1 2024 Conference Call Presentation vF.pdfAdnet Communications
 
VIP Call Girl in Mumbai Central 💧 9920725232 ( Call Me ) Get A New Crush Ever...
VIP Call Girl in Mumbai Central 💧 9920725232 ( Call Me ) Get A New Crush Ever...VIP Call Girl in Mumbai Central 💧 9920725232 ( Call Me ) Get A New Crush Ever...
VIP Call Girl in Mumbai Central 💧 9920725232 ( Call Me ) Get A New Crush Ever...dipikadinghjn ( Why You Choose Us? ) Escorts
 
Lion One Corporate Presentation May 2024
Lion One Corporate Presentation May 2024Lion One Corporate Presentation May 2024
Lion One Corporate Presentation May 2024Adnet Communications
 
Vasai-Virar Fantastic Call Girls-9833754194-Call Girls MUmbai
Vasai-Virar Fantastic Call Girls-9833754194-Call Girls MUmbaiVasai-Virar Fantastic Call Girls-9833754194-Call Girls MUmbai
Vasai-Virar Fantastic Call Girls-9833754194-Call Girls MUmbaipriyasharma62062
 
VIP Kalyan Call Girls 🌐 9920725232 🌐 Make Your Dreams Come True With Mumbai E...
VIP Kalyan Call Girls 🌐 9920725232 🌐 Make Your Dreams Come True With Mumbai E...VIP Kalyan Call Girls 🌐 9920725232 🌐 Make Your Dreams Come True With Mumbai E...
VIP Kalyan Call Girls 🌐 9920725232 🌐 Make Your Dreams Come True With Mumbai E...roshnidevijkn ( Why You Choose Us? ) Escorts
 
Mira Road Awesome 100% Independent Call Girls NUmber-9833754194-Dahisar Inter...
Mira Road Awesome 100% Independent Call Girls NUmber-9833754194-Dahisar Inter...Mira Road Awesome 100% Independent Call Girls NUmber-9833754194-Dahisar Inter...
Mira Road Awesome 100% Independent Call Girls NUmber-9833754194-Dahisar Inter...priyasharma62062
 
Vasai-Virar High Profile Model Call Girls📞9833754194-Nalasopara Satisfy Call ...
Vasai-Virar High Profile Model Call Girls📞9833754194-Nalasopara Satisfy Call ...Vasai-Virar High Profile Model Call Girls📞9833754194-Nalasopara Satisfy Call ...
Vasai-Virar High Profile Model Call Girls📞9833754194-Nalasopara Satisfy Call ...priyasharma62062
 
call girls in Sant Nagar (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Sant Nagar (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️call girls in Sant Nagar (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Sant Nagar (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Pension dashboards forum 1 May 2024 (1).pdf
Pension dashboards forum 1 May 2024 (1).pdfPension dashboards forum 1 May 2024 (1).pdf
Pension dashboards forum 1 May 2024 (1).pdfHenry Tapper
 
Technology industry / Finnish economic outlook
Technology industry / Finnish economic outlookTechnology industry / Finnish economic outlook
Technology industry / Finnish economic outlookTechFinland
 
VIP Call Girl in Mumbai 💧 9920725232 ( Call Me ) Get A New Crush Everyday Wit...
VIP Call Girl in Mumbai 💧 9920725232 ( Call Me ) Get A New Crush Everyday Wit...VIP Call Girl in Mumbai 💧 9920725232 ( Call Me ) Get A New Crush Everyday Wit...
VIP Call Girl in Mumbai 💧 9920725232 ( Call Me ) Get A New Crush Everyday Wit...dipikadinghjn ( Why You Choose Us? ) Escorts
 
Cybersecurity Threats in Financial Services Protection.pptx
Cybersecurity Threats in  Financial Services Protection.pptxCybersecurity Threats in  Financial Services Protection.pptx
Cybersecurity Threats in Financial Services Protection.pptxLumiverse Solutions Pvt Ltd
 
Business Principles, Tools, and Techniques in Participating in Various Types...
Business Principles, Tools, and Techniques  in Participating in Various Types...Business Principles, Tools, and Techniques  in Participating in Various Types...
Business Principles, Tools, and Techniques in Participating in Various Types...jeffreytingson
 
VIP Independent Call Girls in Andheri 🌹 9920725232 ( Call Me ) Mumbai Escorts...
VIP Independent Call Girls in Andheri 🌹 9920725232 ( Call Me ) Mumbai Escorts...VIP Independent Call Girls in Andheri 🌹 9920725232 ( Call Me ) Mumbai Escorts...
VIP Independent Call Girls in Andheri 🌹 9920725232 ( Call Me ) Mumbai Escorts...dipikadinghjn ( Why You Choose Us? ) Escorts
 
Vip Call US 📞 7738631006 ✅Call Girls In Sakinaka ( Mumbai )
Vip Call US 📞 7738631006 ✅Call Girls In Sakinaka ( Mumbai )Vip Call US 📞 7738631006 ✅Call Girls In Sakinaka ( Mumbai )
Vip Call US 📞 7738631006 ✅Call Girls In Sakinaka ( Mumbai )Pooja Nehwal
 

Kürzlich hochgeladen (20)

VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...
VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...
VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...
 
W.D. Gann Theory Complete Information.pdf
W.D. Gann Theory Complete Information.pdfW.D. Gann Theory Complete Information.pdf
W.D. Gann Theory Complete Information.pdf
 
➥🔝 7737669865 🔝▻ Malda Call-girls in Women Seeking Men 🔝Malda🔝 Escorts Ser...
➥🔝 7737669865 🔝▻ Malda Call-girls in Women Seeking Men  🔝Malda🔝   Escorts Ser...➥🔝 7737669865 🔝▻ Malda Call-girls in Women Seeking Men  🔝Malda🔝   Escorts Ser...
➥🔝 7737669865 🔝▻ Malda Call-girls in Women Seeking Men 🔝Malda🔝 Escorts Ser...
 
Q1 2024 Conference Call Presentation vF.pdf
Q1 2024 Conference Call Presentation vF.pdfQ1 2024 Conference Call Presentation vF.pdf
Q1 2024 Conference Call Presentation vF.pdf
 
VIP Call Girl in Mumbai Central 💧 9920725232 ( Call Me ) Get A New Crush Ever...
VIP Call Girl in Mumbai Central 💧 9920725232 ( Call Me ) Get A New Crush Ever...VIP Call Girl in Mumbai Central 💧 9920725232 ( Call Me ) Get A New Crush Ever...
VIP Call Girl in Mumbai Central 💧 9920725232 ( Call Me ) Get A New Crush Ever...
 
(Vedika) Low Rate Call Girls in Pune Call Now 8250077686 Pune Escorts 24x7
(Vedika) Low Rate Call Girls in Pune Call Now 8250077686 Pune Escorts 24x7(Vedika) Low Rate Call Girls in Pune Call Now 8250077686 Pune Escorts 24x7
(Vedika) Low Rate Call Girls in Pune Call Now 8250077686 Pune Escorts 24x7
 
Lion One Corporate Presentation May 2024
Lion One Corporate Presentation May 2024Lion One Corporate Presentation May 2024
Lion One Corporate Presentation May 2024
 
Vasai-Virar Fantastic Call Girls-9833754194-Call Girls MUmbai
Vasai-Virar Fantastic Call Girls-9833754194-Call Girls MUmbaiVasai-Virar Fantastic Call Girls-9833754194-Call Girls MUmbai
Vasai-Virar Fantastic Call Girls-9833754194-Call Girls MUmbai
 
(INDIRA) Call Girl Mumbai Call Now 8250077686 Mumbai Escorts 24x7
(INDIRA) Call Girl Mumbai Call Now 8250077686 Mumbai Escorts 24x7(INDIRA) Call Girl Mumbai Call Now 8250077686 Mumbai Escorts 24x7
(INDIRA) Call Girl Mumbai Call Now 8250077686 Mumbai Escorts 24x7
 
VIP Kalyan Call Girls 🌐 9920725232 🌐 Make Your Dreams Come True With Mumbai E...
VIP Kalyan Call Girls 🌐 9920725232 🌐 Make Your Dreams Come True With Mumbai E...VIP Kalyan Call Girls 🌐 9920725232 🌐 Make Your Dreams Come True With Mumbai E...
VIP Kalyan Call Girls 🌐 9920725232 🌐 Make Your Dreams Come True With Mumbai E...
 
Mira Road Awesome 100% Independent Call Girls NUmber-9833754194-Dahisar Inter...
Mira Road Awesome 100% Independent Call Girls NUmber-9833754194-Dahisar Inter...Mira Road Awesome 100% Independent Call Girls NUmber-9833754194-Dahisar Inter...
Mira Road Awesome 100% Independent Call Girls NUmber-9833754194-Dahisar Inter...
 
Vasai-Virar High Profile Model Call Girls📞9833754194-Nalasopara Satisfy Call ...
Vasai-Virar High Profile Model Call Girls📞9833754194-Nalasopara Satisfy Call ...Vasai-Virar High Profile Model Call Girls📞9833754194-Nalasopara Satisfy Call ...
Vasai-Virar High Profile Model Call Girls📞9833754194-Nalasopara Satisfy Call ...
 
call girls in Sant Nagar (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Sant Nagar (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️call girls in Sant Nagar (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Sant Nagar (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
 
Pension dashboards forum 1 May 2024 (1).pdf
Pension dashboards forum 1 May 2024 (1).pdfPension dashboards forum 1 May 2024 (1).pdf
Pension dashboards forum 1 May 2024 (1).pdf
 
Technology industry / Finnish economic outlook
Technology industry / Finnish economic outlookTechnology industry / Finnish economic outlook
Technology industry / Finnish economic outlook
 
VIP Call Girl in Mumbai 💧 9920725232 ( Call Me ) Get A New Crush Everyday Wit...
VIP Call Girl in Mumbai 💧 9920725232 ( Call Me ) Get A New Crush Everyday Wit...VIP Call Girl in Mumbai 💧 9920725232 ( Call Me ) Get A New Crush Everyday Wit...
VIP Call Girl in Mumbai 💧 9920725232 ( Call Me ) Get A New Crush Everyday Wit...
 
Cybersecurity Threats in Financial Services Protection.pptx
Cybersecurity Threats in  Financial Services Protection.pptxCybersecurity Threats in  Financial Services Protection.pptx
Cybersecurity Threats in Financial Services Protection.pptx
 
Business Principles, Tools, and Techniques in Participating in Various Types...
Business Principles, Tools, and Techniques  in Participating in Various Types...Business Principles, Tools, and Techniques  in Participating in Various Types...
Business Principles, Tools, and Techniques in Participating in Various Types...
 
VIP Independent Call Girls in Andheri 🌹 9920725232 ( Call Me ) Mumbai Escorts...
VIP Independent Call Girls in Andheri 🌹 9920725232 ( Call Me ) Mumbai Escorts...VIP Independent Call Girls in Andheri 🌹 9920725232 ( Call Me ) Mumbai Escorts...
VIP Independent Call Girls in Andheri 🌹 9920725232 ( Call Me ) Mumbai Escorts...
 
Vip Call US 📞 7738631006 ✅Call Girls In Sakinaka ( Mumbai )
Vip Call US 📞 7738631006 ✅Call Girls In Sakinaka ( Mumbai )Vip Call US 📞 7738631006 ✅Call Girls In Sakinaka ( Mumbai )
Vip Call US 📞 7738631006 ✅Call Girls In Sakinaka ( Mumbai )
 

Basic statistics for algorithmic trading

  • 2. What is Statistics • To learn about something, you must first collect data • Statistics is the art of learning from data Collect Describe ConcludeAnalyze
  • 5. Branches of Statistics • Descriptive statistics: – Organization, summarization, and display of data. • Inferential statistics: – Draw conclusions about a population – Probability is a basic tool
  • 6. Variables • Any characteristics, number, or quantity • Can be measured or counted • Value can ‘vary’ Variable Qualitative Red, Blue, Green / Fast, Slow, Spinner Quantitative Continuous Height, Weight Discrete Runs. Population
  • 7. Random Variable • unique numerical value with every outcome • value will vary from trial to trial – E.g. outcome of a coin toss, H/T
  • 8. Classification of Data According to number of variables • Univariate – only one variable, e.g. average weight • Bivariate – two variables, e.g. relationship between the height and weight
  • 9. Central Tendency • Mean – Sum of observations / number of observations • Median – Middle value of observations • Mode – Most frequently occurring value
  • 10. Variability • How ‘spread out’ the data is 0 2 4 6 4 5 6 7 8 9 10 Quiz 1 Quiz 2
  • 11. Range and Quartile • Range – Difference between largest and smallest value • Quartile – Divide a rank-ordered data into four equal parts
  • 12. Variance • Measure of variation or diversity in a distribution • For a population, – σ2 = Σ ( Xi - μ )2 / N • For a sample, – s2 = Σ ( xi - x )2 / ( n - 1 )
  • 13. Standard Deviation • For a population – σ = sqrt[ σ2 ] = sqrt [ Σ ( Xi - μ )2 / N ] • For a sample – s = sqrt[ s2 ] = sqrt [ Σ ( xi - x )2 / ( n - 1 ) ]
  • 14. Standard Scores (z-Scores) • how many standard deviations from the mean – z = (X - μ) / σ
  • 15. Data Patterns • Spread • Shape – symmetry, number of peaks, skewness, and uniform • Kurtosis
  • 16. Basics of Set Theory - I • Set – a well-defined collection of objects • E.g outcomes of rolling a dice, D={1,2,3,4,5,6} • Let A be rolls of even no, A={2,4,6}; – Subset A is subset of D • Let B be rolls greater than 3; B = {4,5,6} – Union of sets, A ∪ B = {2, 4, 5, 6} – Intersection of sets, A ∩ B = {4, 6}
  • 17. Basics of Set Theory - II
  • 18. Concepts of Probability • Many events can't be predicted with total certainty – How likely they are to happen – the concept of probability Tossing a coin Probability of coin landing Head is ½ coin landing Tail is ½ Throwing Dice Probability of any of {1,2,3,4,5,6} is 1/6
  • 19. Some Definitions • Sample Space (S) – all possible outcomes of a statistical experiment – e.g. {H,T}, {1,2,3,4,5,6} • Events (E) – sets, or collections, of outcomes – e.g. roll and even number {2,4,6} – Mutually exclusive or not • Sample Point – One possible outcome
  • 20. Probability Model • Probability function P – Assigns a number to each outcome – Cannot be negative, i.e. P≥0 – Sum of all probabilities in sample space = 1, i.e. ∑P =1 – For event A, • P(A) = Number of outcomes favourable to A Total number of outcomes for the experiment – E.g. A coin is tossed twice. What is the probability that at least on head occurs?
  • 21. Rules of probability • 0≤P(x) ≤1. • ∑ P(x) = 1 • the probability of an event E is the sum of the probabilities of the outcomes in E: – P (E) = P x ∈ E P(x) • P (A∪B) =P (A) +P (B) if A∩B=∅
  • 22. Conditional Probability • The probability of an event B occurring when it is known that some event A has occurred is called a conditional probability • P (B | A) – P (B|A) =P (A∩B) / P (A) – Example • Roll a dice. What is the chance that you'd get a 6, given that you've gotten an even number? • Solution: Let A be the event of even numbers, and B of 6. • A ={ 2;4;6}; P(A) =1/2; (1) • B = { 6}; P(B) =1/6 ; (2) • A∩B={6}; P(A∩B) =1/6; (3) • P(B|A) =P(A∩B)/P(A)=1/3
  • 23. Rules of Probability • Addition – Event A or Event B occurs • P (A ∪ B) = P (A) + P (B) - P (A ∩ B)) – Mutually exclusive • Subtraction – Event A will not occur • P (A) = 1 - P (A') • Multiplication – Event A and Event B • P (A ∩ B) = P (A) * P (B|A) – Independent events
  • 25. Bayes’ Theorem • P(A 𝑘|B) = P(Ak∩B) P(A1∩B) + P(A2∩B) + ... + P(An∩B) – Useful for calculating conditional probabilities • A1, A2, ... , Anmutually exclusive, form S • B is even from sample space, P(B)>0 – Also written as • P(Ak|B) = P(Ak)P(B|Ak) P(A1)P(B|A1)+P(A2)P(B|A2)+...+P(An)P(B|An)
  • 26. When to Apply Bayes’ Theorem • Set of mutually exclusive events – { A1, A2, . . . , An }. • There exists an event B – P(B) > 0. • Want to compute a conditional probability – P(Ak | B ). • You know either – P( Ak ∩ B ) for each Ak • or – P( Ak ) and P( B | Ak ) for each Ak
  • 27. Example from Handout • Formulate the problem: – Mutually exclusive events: • A1 : It rains • A2 : It does not rain – Event B • B: Weatherman predicts rain – Goal: • Probability of rain, given weatherman predicts rain, i.e. • P(A1 | B)
  • 28. Solution • We use second form of Bayes’ theorem, • P(A1|B) = P(A1) P(B|A1) P(A1) P(B|A1) + P(A2) P(B|A2) – P( A1 ) = 5/365 =0.0136985 – P( A2 ) = 360/365 = 0.9863014 – P( B | A1 ) = 0.9 – P( B | A2 ) = 0.1
  • 29. Probability Distributions – maps outcome of a statistical experiment with probability of occurrence – random variable X, • P(X) = 1 => probability that X is 1 – E.g. coin flipped twice • Outcomes: {HH, HT, TH, TT} • X = number of heads Statistical Experiment Probability of Event Probability Distribution Number of Heads Probability 0 0.25 1 0.50 2 0.25
  • 30. Cumulative Probability Number of Heads Probability P(X = x) Cumulative Probability: P(X < x) 0 0.25 0.25 1 0.50 0.75 2 0.25 1.00
  • 31. Uniform Probability Distribution • all values occur with equal probability – P(X = xk) = 1/k
  • 32. Discrete Probability Distributions • random variable is a discrete variable – Binomial probability distribution • Each trial results in two possible outcomes • Example, flip a coin n number of times – Poisson probability distribution • Outcomes can be classified as successes or failures • Average number of successes is known • Example, average number of homes sold by a Realty Company
  • 33. Binomial Distribution • x: The number of successes that result from the binomial experiment. • n: The number of trials in the binomial experiment. • P: The probability of success on an individual trial. • Q: The probability of failure on an individual trial. (This is equal to 1 - P.) • b(x, n, P): Binomial probability - the probability that an n-trial binomial experiment results in exactly x successes, when the probability of success on an individual trial is P. • nCr: The number of combinations of n things, taken r at a time. b(x, n, P) = nCx * Px * (1 - P)n – x
  • 34. Binomial Distribution Number of heads Probability 0 0.25 1 0.50 2 0.25 The mean of the distribution (μx) is equal to n * P . The variance (σ2 x) is n * P * ( 1 - P ) The standard deviation (σx) is sqrt[ n * P * ( 1 - P ) ].
  • 37. Cumulative Binomial Probability • probability that the binomial random variable falls within a specified range • example, the cumulative binomial probability of obtaining 45 or fewer heads in 100 tosses of a coin
  • 38. Poisson Distribution • Outcomes that can be classified as successes or failures. • Average number of successes in a specified region is known. • The probability that a success will occur is proportional to the size of the region. • The probability that a success will occur in an extremely small region is virtually zero • e: A constant equal to approximately 2.71828. • λ or μ: The mean number of successes that occur in a specified region. • x: The actual number of successes that occur in a specified region. • P(x; λ or μ): The Poisson probability that exactly x successes occur in a Poisson experiment, when the mean number of successes is μ. P(x; λ) = (e-λ) λx) / x!
  • 40. Poisson Distribution Example • The average number of homes sold by the Realty Company is 2 homes per day. What is the probability that exactly 3 homes will be sold tomorrow? • Solution: • μ = 2; • x = 3; • e = 2.71828; • P(x; μ) = (e-μ) (μx) / x! • P(3; 2) = (2.71828-2) (23) / 3! • P(3; 2) = (0.13534) (8) / 6 • P(3; 2) = 0.180
  • 41. Normal Distribution X = { 1/[ σ * sqrt(2π) ] } * e^(-(x-μ)^2 /2 /σ^2 )
  • 43. Probability and the Normal Curve • The total area under the normal curve 1 • The probability that a normal random variable X equals any particular value is 0 • The probability that a random variable assumes a value between a and b is equal to the area under the density function bounded by a and b. • The probability that X is greater than a equals the area under the normal curve bounded by a and plus infinity • The probability that X is less than a equals the area under the normal curve bounded by a and minus infinity
  • 47. Central Limit Theorem The sampling distribution will be normal for a large sample Conditions: • The population distribution is normal. • The sample distribution is roughly symmetric, unimodal, without outliers, and the sample size is 15 or less. • The sample distribution is moderately skewed, unimodal, without outliers, and sample size is between 16 and 40. • The sample size is greater than 40, without outliers.
  • 48. Student's t Distribution • t = [x - μ] / [s / sqrt( n ) ] • Small sample sizes
  • 49. Estimation Theory • Process to makes inferences about a population – based on information from a sample – Point Estimation • population mean μ, based on sample mean x – Interval Estimation
  • 50. Confidence Interval • Precision and uncertainty – Confidence level – Statistic – Margin of error
  • 52. Statistical Hypotheses • Examine random sample from a population • Null hypothesis – H0 – observations result purely from chance. • Alternative hypothesis – Ha – observations are influenced by some non-random cause.
  • 55. Decision Rules • P-value. – Strength of evidence in support of a H0 – P-value is < significance level (0.05), reject H0 • Region of acceptance. – range of values. – test statistic falls within the region of acceptance – H0 is not rejected – defined so that the chance of making a Type I error is equal to the significance level
  • 56. One-Tailed and Two-Tailed Tests • One-tailed test – region of rejection is on only one side of the sampling distribution – Example: mean is less than or equal to 10 • Two-tailed test – region of rejection is on both sides – Example: mean is equal to 10
  • 58. Correlation Coefficients • Measure the strength of association between two variables • Pearson product-moment correlation coefficient r = Σ (xy) / sqrt[ ( Σ x2 ) * ( Σ y2 ) ] – x = xi - x, – xi is the x value for observation i – x is the mean x value, – y = yi – y – yi is the y value for observation I – y is the mean y value.
  • 59. Correlation Coefficients Note: A correlation of 0 does not mean zero relationship between two variables; rather, it means zero linear relationship.
  • 62. Regression line • ŷ = b0 + b1x – b1 = Σ [ (xi - x)(yi - y) ] / Σ [ (xi - x)2] – b1 = r * (sy / sx) – b0 = y - b1 * x • b0 is the constant in the regression equation • b1 is the regression coefficient • r is the correlation between x and y • xi is the X value of observation I • yi is the Y value of observation I • x is the mean of X • y is the mean of Y • sx is the standard deviation of X • sy is the standard deviation of Y
  • 63. Properties of Regression Line • Minimizes sum of squared differences • Passes through mean of the X and Y values (x & y) • (b0) is equal to the y intercept • (b1) is the slope of the regression line
  • 64. Coefficient of Determination • R2 – Between 0 and 1 – R2 = 0, dependent variable cannot be predicted – R2 = 1, dependent variable can be predicted without error – An R2 between 0 and 1 indicates the extent to which the dependent variable is predictable. • R2 = 0.10 means that 10% of the variance in Y is predictable from X • R2 = 0.20 means that 20% is predictable R2 = { ( 1 / N ) * Σ [ (xi - x) * (yi - y) ] / (σx * σy ) }2
  • 66. Thank You! To Learn Automated Trading Email: contact@quantinsti.com Connect With Us: SINGAPORE 11 Collyer Quay, #10-10, The Arcade, Singapore - 049317 Phone: +65-6221-3654 INDIA A-309, Boomerang, Chandivali Farm Road, Powai, Mumbai - 400 072 Phone: +91-022-61691400