0% found this document useful (0 votes)
12 views4 pages

Correlation, Regression, and Distributions

Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views4 pages

Correlation, Regression, and Distributions

Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd

Moments, Skewness and Kurtosis Theoretical Distributions: Binomial, Poisson, and Normal Correlation and Regression

1. Introduction 1. Introduction Correlation and regression are essential statistical tools used to
In statistics, apart from mean and standard deviation, we use Theoretical probability distributions describe how data values are analyze the relationship between variables. Correlation measures the
moments, skewness, and kurtosis to describe the shape and expected to behave under certain conditions. strength and direction of a linear relationship between two variables,
characteristics of a distribution. The three most important ones are: Binomial, Poisson, and Normal indicating how one variable changes in response to
2. Moments distribution. another. Regression, on the other hand, goes a step further by not only
Definition: Moments are statistical measures used to describe the 2. Binomial Distribution measuring this relationship but also predicting the value of a
shape of a distribution. Definition: dependent variable based on one or more independent variables.
Types of Moments: A discrete probability distribution that describes the number of
First Moment (Mean): Shows the central value of data. successes in a fixed number of independent trials, where each trial has What is Correlation?
Second Moment (Variance): Shows the spread of data around mean. only two outcomes (Success/Failure). Correlation quantifies how strong and in which direction the two
Third Moment (Skewness): Shows asymmetry of data. Formula: variables are related. It is being measured using the correlation
Fourth Moment (Kurtosis): Shows peakedness/flatness of distribution. P(X=r)=(nr)pr(1−p)n−rP(X = r) = \binom{n}{r} p^r (1-p)^{n-r}Where: coefficient which goes to the extent of negative one and positive one.
👉 In short: nn = number of trials Positive Correlation: In this case, if the value of one of them goes up,
1st = Location (Mean) rr = number of successes then the value of the other one also goes up.
2nd = Spread (Variance) pp = probability of success Negative Correlation: That is, when one variable is high, the other is
3rd = Shape (Skewness) Conditions: low and vice versa.
4th = Peakedness (Kurtosis) Fixed number of trials. No Correlation: Not statistically significantly correlated: partners,
3. Skewness Each trial has 2 outcomes. financial wealth, and life satisfaction.
Definition: Skewness measures the degree of asymmetry in a Trials are independent.
distribution. Example: Types of Correlation:
Types: Tossing a coin 10 times → probability of getting 6 heads. Positive Correlation
Positive Skew (Right-skewed): Long tail on right, mean > median. 3. Poisson Distribution Both variables move in the same direction.
Example: Income distribution (few people earn very high). Definition: Example: Height ↑ → Weight ↑.
Negative Skew (Left-skewed): Long tail on left, mean < median. A discrete probability distribution that gives the probability of a Negative Correlation
Example: Age at retirement (most around 60, few much lower). number of events occurring in a fixed interval of time or space, when One variable increases, the other decreases.
Zero Skew (Symmetrical): Mean = Median = Mode. events occur rarely and independently. Example: Price ↑ → Demand ↓.
Example: Normal distribution (bell curve). Formula: Zero Correlation
4. Kurtosis P(X=r)=e−λλrr!P(X = r) = \frac{e^{-\lambda} \lambda^r}{r!}Where: No relationship between variables.
Definition: Kurtosis measures the peakedness or flatness of a λ\lambda = average number of occurrences Example: Shoe size and intelligence.
distribution compared to a normal distribution. rr = actual number of occurrences Linear Correlation
Types: Conditions: Relationship forms a straight line when plotted.
Mesokurtic: Normal distribution (standard bell curve). Events occur one at a time. Example: Hours studied vs Marks.
Leptokurtic: More peaked than normal, heavy tails. Events are independent. Non-Linear (Curvilinear) Correlation
Example: Exam marks where most students score around average but Average rate is constant. Relationship is curved or changes direction.
few score very high/low. Example: Example: Stress vs Performance (performance increases with stress up
Platykurtic: Flatter than normal, light tails. Number of typing errors per page in a book. to a point, then decreases).
Example: Uniform distribution (values spread out evenly). 4. Normal Distribution
5. Conclusion Definition:
Moments give overall description of data. A continuous probability distribution that is symmetrical and bell- Types of Correlation Coefficients
Skewness shows direction of asymmetry. shaped, where most of the data values lie near the mean. Some of the common correlation coefficients are:
Kurtosis shows sharpness or flatness of peak. Equation: Pearson Correlation Coefficient: Calculates the form of a straight line
f(x)=1σ2πe−(x−μ)22σ2f(x) = \frac{1}{\sigma \sqrt{2\pi}} e^{-\frac{(x-\ that describes the direction of the relationship between two variables
mu)^2}{2\sigma^2}}Where: that are both of the interval or ratio scale.
μ\mu = mean Spearman's Rank Correlation: Used to establish the level of connection
σ\sigma = standard deviation between two variables that have been ranked.
PYQ Importance of Skewness and Kurtosis in Describing Frequency Properties: Kendall's Tau: Measures the extent to which one variable is ranked
Distribution Symmetrical about the mean. relative to another.
Just knowing the mean and standard deviation of data is not enough Mean = Median = Mode.
to understand its shape. 68% of data lies within 1σ, 95% within 2σ, and 99.7% within 3σ What is Regression?
Skewness tells us if the data is symmetrical or tilted to one side. (Empirical Rule). Regression analysis can be defined as a statistical tool that is applied in
Kurtosis tells us if the data is sharply peaked or flat. Example: an endeavor to identify the relationship between a dependent variable
Together, they describe the nature of frequency distribution more Heights of people in a population, IQ scores. and one or many independent variables. Of benefit when trying to
clearly. 5. Conclusion forecast the position of the dependent variable, given the position of
2. Importance of Skewness Binomial: Discrete, 2 outcomes, fixed trials. independent variables.
Shows the direction of distribution (left or right). Poisson: Discrete, rare events in time/space. Types of Regression
Helps to identify bias in data. Normal: Continuous, bell-shaped, common in nature. Common types of regression are:
Important in decision-making (e.g., positively skewed income data 👉 These distributions form the backbone of probability and statistics in Simple Linear Regression: Looks at two variables and tries to find out if
shows few rich people pulling the average up). data science. one makes some contribution on the other through putting in place a
Guides in choosing statistical methods → Some tests assume normal ✅ Easy memory line: linear equation.
distribution (no skew). Binomial = Success/Failure (coin toss) Multiple Linear Regression: Looks at the effect of more than one
3. Importance of Kurtosis Poisson = Rare events (accidents, errors) independent variable on one dependent variable.
Describes the sharpness/flatness of the curve compared to normal Normal = Natural distribution (heights, marks) Logistic Regression: Applied where the dependent variable is
distribution. Would you like me to also make a comparison table (Binomial vs qualitative.
Helps to understand concentration of values around mean. Poisson vs Normal → Nature, Formula, Example) for quick exam Polynomial Regression: Plans the connection between the dependent
High kurtosis (leptokurtic) indicates more extreme values/outliers. revision? variable and the independent variable by an nth-degree polynomial.
Low kurtosis (platykurtic) indicates even spread with fewer outliers.
Useful in risk analysis (e.g., finance uses kurtosis to detect possibility of
extreme market movements).
4. Example
In exam scores: Correlation and Regression
Skewness: If most students score high but a few very low → negatively 1. Introduction
skewed. In statistics, when we deal with two or more variables, we often want
Kurtosis: If many students got exactly average marks → leptokurtic to know:
(sharp peak). Correlation: How strongly two variables are related.
Regression: How one variable can be predicted from another.
Both are important tools in data analysis.
2. Correlation
Definition: Correlation measures the strength and direction of
relationship between two variables.
Range: Value lies between –1 and +1.
+1: Perfect positive relation (if X increases, Y increases).

2 –1: Perfect negative relation (if X increases, Y decreases).


0: No relation.
Example: Hours studied vs Marks → Positive correlation.
Types of Correlation:
Positive correlation
Negative correlation
Zero correlation
3. Regression
Definition: Regression is a statistical method used to predict the value
of one variable (dependent variable, Y) using another (independent
variable, X).
Equation: Y=a+bXY = a + bX
aa = intercept, bb = slope.
Example: Predicting student’s marks (Y) from hours studied (X).
Types of Regression:
Simple Regression: One independent variable.
Multiple Regression: Two or more independent variables.
4. Relation Between Correlation and Regression
Correlation = Relationship (how strong & which direction).
Regression = Prediction (value of one variable using another).
If correlation is zero → regression prediction will be weak.
5. Conclusion
Correlation tells us “Are they related?”
Regression tells us “By how much can one predict the other?”
Introduction to Statistics Statistical vs Non-Statistical Analysis Measures of Central Tendency and Dispersion
1. Definition 1. Introduction
Statistics is the branch of mathematics that deals with collecting, When we analyze data, it can be done in two main ways: In statistics, two important concepts are:
organizing, analyzing, and interpreting data to make meaningful Statistical Analysis → Based on mathematical and statistical methods. Central Tendency: Shows the center or average value of the data.
conclusions and decisions. Non-Statistical Analysis → Based on observation, logic, and qualitative Dispersion: Shows how much the data values spread around the
2. Importance / Purpose judgment. center.
Helps to summarize large data into simple numbers (like average). Both are useful, but they serve different purposes. Both together give a complete understanding of data.
Provides methods to analyze trends and patterns. 📊 Statistical Analysis 2. Measures of Central Tendency
Useful for prediction and decision-making in science, business, and Statistical analysis involves using mathematical techniques to These are used to find a representative value of data.
research. understand data, identify patterns, and make predictions. It relies on Mean (Average):
Reduces uncertainty by giving probabilistic insights. probability, sampling, and hypothesis testing.
3. Types of Statistics 🔍 Key Features:
Descriptive Statistics Based on numerical data Example: Marks = {10, 20, 30} → Mean = (10+20+30)/3 = 20
Summarizes and describes data. Uses formulas and models Median (Middle Value):
Tools: Mean, Median, Mode, Standard Deviation, Graphs, Tables. Helps in drawing conclusions from data The middle observation when data is arranged in order.
Example: Average marks of a class. Often involves descriptive and inferential statistics Example: {5, 10, 15} → Median = 10
Inferential Statistics 🧠 Examples: Mode (Most Frequent Value):
Draws conclusions about a population based on sample data. Calculating mean, median, standard deviation The value that occurs most often.
Tools: Hypothesis testing, Confidence intervals, Regression. Hypothesis testing (e.g., t-test, chi-square test) Example: {2, 4, 4, 6, 8} → Mode = 4
Example: Predicting election results from a survey sample. Regression analysis to predict outcomes 3. Measures of Dispersion
4. Applications 📋 Non-Statistical Analysis These show the variability or spread of data values.
Business: Market analysis, customer behavior. Non-statistical analysis focuses on understanding data without using Range:
Healthcare: Analyzing patient records, predicting disease risk. formal statistical methods. It’s more about qualitative insights, Formula: Range=Max value – Min value\text{Range} = \text{Max value
Education: Student performance evaluation. patterns, and logical reasoning. – Min value}
Government: Census, unemployment rate, economic planning. 🔍 Key Features: Example: {10, 20, 30, 40} → Range = 40 – 10 = 30
5. Conclusion Can involve textual or categorical data Variance:
Statistics is a powerful tool to convert raw data into meaningful Based on observation, interpretation, or classification Average of squared deviations from the mean.
information. It supports decision-making, prediction, and problem- Doesn’t rely on probability or sampling
solving in almost every field. Useful for exploratory or descriptive purposes
🧠 Examples:
Analyzing customer feedback or reviews Example (simple): For {2, 4, 6}, Mean = 4, Variance = 2.67
Major Categories of Statistics Creating word clouds from text data Standard Deviation (SD):
1. Introduction Square root of variance, shows average spread from mean.
Statistics is broadly divided into two main categories: Descriptive Non-Statistical Example: For {2, 4, 6}, SD ≈ 1.63
Aspect Statistical Analysis
Statistics and Inferential Statistics. Both work together to help us Analysis 4. Conclusion
understand and use data effectively. Central tendency = “Typical value of data” (Mean, Median, Mode).
2. Categories of Statistics Uses reasoning, Dispersion = “How spread out the data is” (Range, Variance, SD).
Uses mathematics,
Descriptive Statistics experience, or
probability, and
Deals with summarizing and describing data. Meaning descriptive
Uses tables, graphs, and numerical measures. statistical formulas
methods without
Focus is only on the given dataset (no predictions). to analyze data.
statistics.
Tools Used: Mean, Median, Mode, Range, Variance, Standard
Deviation, Charts.
Example: Average marks of a class, Pie chart of product sales. Qualitative
Inferential Statistics Quantitative (descriptions,
Nature
Deals with drawing conclusions or making predictions about a (numbers-based). opinions,
population using a sample. observations).
Uses probability theory and statistical models.
Goes beyond the given data to generalize results. Can work with non-
Tools Used: Hypothesis testing, Confidence intervals, Regression, Needs numerical numerical data
Correlation, ANOVA. Data Requirement
data (measurable). (text, images,
Example: Predicting election results based on survey data of 1,000
people.
interviews).
3. Conclusion
Descriptive = “What the data shows.” Mean, Median, SWOT analysis,
Inferential = “What we can predict from data.” Regression, Case studies,
Techniques Used
Together, they make statistics a powerful tool for decision-making and Correlation, Market surveys,
research. Hypothesis Testing. Logical reasoning.

More subjective
More precise and
Accuracy and may vary
Population and Sample
1. Introduction
In statistics, we often cannot study every individual in a group because
objective.
person to person. 2
An HR manager
it’s too large. That’s why we use the concepts of population and Calculating average
sample. giving feedback
Example salary of employees
2. Population after observing
using data.
Definition: The complete set of all items, individuals, or observations employee behavior.
under study.
Nature: Large, includes everyone/everything we are interested in.
Example:
All students in a university.
All customers of Amazon in India.
3. Sample
Definition: A smaller subset taken from the population, used for
analysis.
Nature: Manageable, represents the population.
Example:
200 students selected from the university.
5,000 customers selected from Amazon’s database.
4. Relation Between Population and Sample
A sample is part of the population.
Analysis is done on the sample, and results are generalized to the
population.
Proper sampling methods (random sampling, stratified sampling, etc.)
ensure accurate results.
5. Conclusion
Population = Whole group.
Sample = Small representative group.
Using samples saves time, cost, and effort while still giving reliable
insights about the population.
Exploratory Data Analytics (EDA) Quantitative Technique and Graphical Technique in Data Analytics / Data Types for Plotting
Exploratory Data Analytics (EDA) is the process of examining and EDA 1. Introduction
understanding a dataset before applying any formal models or 1. Introduction In Data Analytics and Visualization, we first identify the type of data
algorithms. It helps uncover patterns, spot errors, and get a feel for the In Exploratory Data Analytics (EDA), two main approaches are used: because each type requires a different plotting/graph method.
data. Quantitative Techniques → Based on numbers and statistics. Choosing the right plot makes data interpretation easy and meaningful.
🎯 Purpose of EDA Graphical Techniques → Based on visual representation of data. 2. Types of Data for Plotting
To understand the structure and nature of the data Both are used together to understand the data better. Categorical Data
To identify missing values, outliers, or errors 2. Quantitative Techniques Represents categories, labels, or groups.
To discover patterns, trends, and relationships These are numerical and statistical methods used to summarize and Examples: Gender (Male/Female), Car Brand (Toyota, BMW, Honda).
To decide which models or techniques are suitable for analysis analyze data. Plots Used: Bar chart, Pie chart.
Key Techniques in EDA Measures of Central Tendency: Mean, Median, Mode. Numerical Data
Univariate Analysis Measures of Dispersion: Range, Variance, Standard Deviation. Data expressed in numbers, can be measured or counted.
Focuses on one variable at a time Correlation & Covariance: Show relationships between variables. Two sub-types:
Uses histograms, box plots, and summary statistics (mean, median, Probability & Hypothesis Testing: Check assumptions about data. Discrete Data: Countable values (No. of students, goals scored).
mode) Regression Analysis: Predict values using equations. → Plot: Bar chart, Dot plot.
Bivariate Analysis ✅ Example: Average marks of students, standard deviation of salaries, Continuous Data: Values in a range (Height, Weight, Temperature).
Examines relationships between two variables correlation between height and weight. → Plot: Histogram, Line chart, Box plot.
Uses scatter plots, correlation coefficients, and cross-tabulations 3. Graphical Techniques Ordinal Data
Multivariate Analysis These are visual methods that make data easy to understand at a Data with order/rank but no fixed scale.
Studies interactions among three or more variable glance. Examples: Movie ratings (Good, Better, Best), Education level (High
Uses pair plots, heatmaps, and dimensionality reduction techniques Histogram: Shows frequency distribution. school, Graduate, Postgraduate).
Box Plot: Detects spread and outliers. Plots Used: Bar chart, Column chart.
Steps in EDA Scatter Plot: Shows relationship between two variables. Time-Series Data
Data Collection Bar & Pie Charts: Compare categories. Data collected over time at regular intervals.
Gather data from databases, files, APIs, sensors, or surveys. Heatmaps / Pair Plots: Show multivariable relationships. Examples: Stock prices, Monthly sales, Daily temperature.
Data Cleaning (Preprocessing) ✅ Example: A histogram showing most customers are aged 20–35, or a Plots Used: Line chart, Area chart.
Handle missing values, remove duplicates, and correct errors. scatter plot showing positive relation between hours studied and Relational (Bivariate/Multivariate) Data
Example: Filling empty salary fields with average salary. marks. Data showing relationship between two or more variables.
Data Transformation 4. Conclusion Examples: Hours studied vs Marks, Income vs Age.
Convert raw data into usable format (normalization, scaling, encoding Quantitative techniques provide numerical summaries. Plots Used: Scatter plot, Heatmap, Bubble chart.
categorical data). Graphical techniques provide visual insights. 3. Conclusion
Univariate Analysis Together, they make data exploration complete and reliable. The type of data decides the type of plot:
Study one variable at a time. 👉 Categorical → Bar/Pie
Quantitative
Tools: Histograms, bar charts, box plots. Aspect Graphical Technique 👉 Numerical → Histogram/Box/Line
Technique
Bivariate/Multivariate Analysis 👉 Ordinal → Bar/Column
Study relationships between two or more variables. Uses visual 👉 Time-series → Line/Area
Uses numerical and
Tools: Scatter plots, correlation matrix, pair plots. representations like 👉 Relational → Scatter/Heatmap
Meaning statistical methods to
charts and graphs to
Outlier Detection analyze data. ✅ Easy memory tip:
analyze data.
Identify unusual or extreme values that may affect results. “CNOTR” → Categorical, Numerical, Ordinal, Time-series, Relational
Data Visualization Mathematical and Do you want me to also create a short tabular version (Data Type |
Nature Visual and pictorial.
Use charts, plots, and dashboards to understand trends and patterns. formula-based. Example | Suitable Plot) so you can revise quickly before exam?
Insights & Hypothesis Generation Summarizes data with Shows patterns,
Summarize findings, identify key factors, and prepare for advanced Focus numbers (mean, SD, trends, and
modeling. correlation, etc.). relationships visually.
Requires some Easy to understand
Different Sectors Using Data Science Understanding statistical knowledge even without
to interpret. statistical background. Data Analytics Processes
1. Introduction 1. Introduction
Data Science is not limited to one area. It is widely used in almost every Exact numerical Visual insights and Data Analytics is the process of examining raw data to find useful
Output
sector where data is generated. Different industries use it to improve values. patterns.
patterns, trends, and insights. It follows a systematic process so that
efficiency, predict outcomes, and serve people better. Mean salary = decisions can be made based on evidence rather than guesswork.
2. Major Sectors Histogram of salaries;
₹45,000; Correlation 2. Steps in Data Analytics Process
Example Scatter plot of height
Healthcare 🏥 between height & Data Collection
vs weight.
Used for disease prediction, patient monitoring, and new drug weight = 0.8.
Gathering data from different sources like databases, sensors, social
discovery. media, or surveys.
Example: Predicting chances of heart attack from patient history. Example: Collecting sales data from a company’s website and store.
Banking & Finance 💰 Data Cleaning (Preprocessing)
Helps in fraud detection, credit scoring, and risk management. Removing errors, missing values, and duplicates.
Example: Detecting unusual transactions in real time. Purpose and Components of Python in Data Science
Example: Handling blank entries in customer records.
E-commerce & Retail 🛒 1. Introduction
Data Exploration & Preparation
Used for recommendation systems, customer behavior analysis, and Python is the most popular programming language in Data Science. It is
Understanding data structure, types, and relationships.
inventory management. simple, flexible, and has powerful libraries that make working with data
Applying transformations (normalization, feature selection).
Example: Amazon recommending “Frequently Bought Together” items. easier.
Data Analysis / Modeling
Transportation ✈️ 2. Purpose of Python in Data Science
Applying statistical methods, machine learning, or algorithms to find
Optimizes routes, reduces fuel consumption, and supports self-driving Easy to learn: Its syntax is simple, like plain English.
patterns.
cars. Rich libraries: Ready-made tools for data analysis, visualization, and
Example: Predicting future sales using regression analysis.
Example: Uber predicting ride fares and demand. machine learning.
Data Visualization
Entertainment & Media 🎬🎶 Community support: Large global community for help and updates.
Presenting results in graphs, charts, and dashboards for easy
Personalizes content and predicts user preferences. Integration: Works well with databases, big data tools, and cloud
understanding.
Example: Netflix suggesting movies based on your watch history. platforms.
Example: Pie charts showing customer preferences.
Agriculture 🌾 Fast prototyping: Helps data scientists test ideas quickly.
Interpretation & Decision Making
Weather prediction, crop monitoring, and soil analysis. Drawing conclusions from analysis and using them to make business or
Example: Farmers getting yield predictions for better planning. 3. Components of Python for Data Science
research decisions.
Government & Public Sector Libraries for Data Handling
Example: A company deciding which product to promote more.
Used in census, smart city planning, crime prediction, and disaster NumPy: For numerical computations and arrays.
3. Conclusion
management. Pandas: For handling and analyzing structured data (tables,
The Data Analytics process moves step by step from raw data to
Example: Analyzing traffic data to reduce road congestion. spreadsheets).
decision-making. Each step ensures that the final insights are accurate,
3. Conclusion Libraries for Visualization
meaningful, and useful for solving real-world problems.
Data Science is a universal tool. From saving lives in healthcare to Matplotlib & Seaborn: For graphs and plots.
making shopping easy, it has become essential in every sector of Plotly: For interactive charts.
modern life. Libraries for Machine Learning & AI
Scikit-learn: For ML algorithms (classification, regression, clustering).
TensorFlow & PyTorch: For deep learning and neural networks.
Libraries for Data Collection & Processing
Requests & BeautifulSoup: For web scraping (collecting data from
websites).
PySpark: For handling big data.
Other Tools
Jupyter Notebook: Interactive environment for coding and visualizing
data.
Anaconda: Distribution that packages Python with most data science
libraries.
4. Conclusion
Python is the backbone of Data Science. With its easy syntax and
powerful libraries, it allows data scientists to clean, analyze, visualize,
and build intelligent models from data.

1
lorem Ipsum is simply dummy text of the printing and typesetting lorem Ipsum is simply dummy text of the printing and typesetting lorem Ipsum is simply dummy text of the printing and typesetting
industry. Lorem Ipsum has been the industry's standard dummy text industry. Lorem Ipsum has been the industry's standard dummy text industry. Lorem Ipsum has been the industry's standard dummy text
ever since the 1500s, when an unknown printer took a galley of type ever since the 1500s, when an unknown printer took a galley of type ever since the 1500s, when an unknown printer took a galley of type
and scrambled it to make a type specimen book. It has survived not and scrambled it to make a type specimen book. It has survived not and scrambled it to make a type specimen book. It has survived not
only five centuries, but also the leap into electronic typesetting, only five centuries, but also the leap into electronic typesetting, only five centuries, but also the leap into electronic typesetting,
remaining essentially unchanged. It was popularised in the 1960s with remaining essentially unchanged. It was popularised in the 1960s with remaining essentially unchanged. It was popularised in the 1960s with
the release of Letraset sheets containing Lorem Ipsum passages, and the release of Letraset sheets containing Lorem Ipsum passages, and the release of Letraset sheets containing Lorem Ipsum passages, and
more recently with desktop publishing software like Aldus PageMaker more recently with desktop publishing software like Aldus PageMaker more recently with desktop publishing software like Aldus PageMaker
including versions of Lorem Ipsum. including versions of Lorem Ipsum. including versions of Lorem Ipsum.

Why do we use it? Why do we use it? Why do we use it?

It is a long established fact that a reader will be distracted by the It is a long established fact that a reader will be distracted by the It is a long established fact that a reader will be distracted by the
readable content of a page when looking at its layout. The point of readable content of a page when looking at its layout. The point of readable content of a page when looking at its layout. The point of
using Lorem Ipsum is that it has a more-or-less normal distribution of using Lorem Ipsum is that it has a more-or-less normal distribution of using Lorem Ipsum is that it has a more-or-less normal distribution of
letters, as opposed to using 'Content here, content here', making it look letters, as opposed to using 'Content here, content here', making it look letters, as opposed to using 'Content here, content here', making it look
like readable English. Many desktop publishing packages and web page like readable English. Many desktop publishing packages and web page like readable English. Many desktop publishing packages and web page
editors now use Lorem Ipsum as their default model text, and a search editors now use Lorem Ipsum as their default model text, and a search editors now use Lorem Ipsum as their default model text, and a search
for 'lorem ipsum' will uncover many web sites still in their infancy. for 'lorem ipsum' will uncover many web sites still in their infancy. for 'lorem ipsum' will uncover many web sites still in their infancy.
Various versions have evolved over the years, sometimes by accident, Various versions have evolved over the years, sometimes by accident, Various versions have evolved over the years, sometimes by accident,
sometimes on purpose (injected humour and the like). sometimes on purpose (injected humour and the like). sometimes on purpose (injected humour and the like).

Random text Random text Random text


box6 box6 box6
Contrary 45 BC, making it over 2000 years old. Richard McC Contrary 45 BC, making it over 2000 years old. Richard McC Contrary 45 BC, making it over 2000 years old. Richard McC

orem Ipsum is simply dummy text of the printing and typesetting orem Ipsum is simply dummy text of the printing and typesetting orem Ipsum is simply dummy text of the printing and typesetting
industry. Lorem Ipsum has been the industry's standard dummy text industry. Lorem Ipsum has been the industry's standard dummy text industry. Lorem Ipsum has been the industry's standard dummy text
ever since the 1500s, when an unknown printer took a galley of type ever since the 1500s, when an unknown printer took a galley of type ever since the 1500s, when an unknown printer took a galley of type
and scrambled it to make a type specimen book. It has survived not and scrambled it to make a type specimen book. It has survived not and scrambled it to make a type specimen book. It has survived not
only five centuries, but also the leap into electronic typesetting, only five centuries, but also the leap into electronic typesetting, only five centuries, but also the leap into electronic typesetting,
remaining essentially unchanged. It was popularised in the 1960s with remaining essentially unchanged. It was popularised in the 1960s with remaining essentially unchanged. It was popularised in the 1960s with
the release of Letraset sheets containing Lorem Ipsum passages, and the release of Letraset sheets containing Lorem Ipsum passages, and the release of Letraset sheets containing Lorem Ipsum passages, and
more recently with desktop publishing software like Aldus PageMaker more recently with desktop publishing software like Aldus PageMaker more recently with desktop publishing software like Aldus PageMaker
including versions of Lorem Ipsum. including versions of Lorem Ipsum. including versions of Lorem Ipsum.

It is a long established fact that a reader will be distracted by the It is a long established fact that a reader will be distracted by the It is a long established fact that a reader will be distracted by the
readable content of a page when looking at its layout. The point of readable content of a page when looking at its layout. The point of readable content of a page when looking at its layout. The point of
using Lorem Ipsum is that it has a more-or-less normal distribution of using Lorem Ipsum is that it has a more-or-less normal distribution of using Lorem Ipsum is that it has a more-or-less normal distribution of
letters, as opposed to using 'Content here, content here', making it look letters, as opposed to using 'Content here, content here', making it look letters, as opposed to using 'Content here, content here', making it look
like readable English. Many desktop publishing packages and web page like readable English. Many desktop publishing packages and web page like readable English. Many desktop publishing packages and web page
editors now use Lorem Ipsum as their default model text, and a search editors now use Lorem Ipsum as their default model text, and a search editors now use Lorem Ipsum as their default model text, and a search
for 'lorem ipsum' will uncover many web sites still in their infancy. for 'lorem ipsum' will uncover many web sites still in their infancy. for 'lorem ipsum' will uncover many web sites still in their infancy.
Various versions have evolved over the years, sometimes by accident, Various versions have evolved over the years, sometimes by accident, Various versions have evolved over the years, sometimes by accident,
sometimes on purpose (injected humour and the like). sometimes on purpose (injected humour and the like). sometimes on purpose (injected humour and the like).

Contrary 45 BC, making it over 2000 years old. Richard McC Contrary 45 BC, making it over 2000 years old. Richard McC Contrary 45 BC, making it over 2000 years old. Richard McC

orem Ipsum is simply dummy text of the printing and typesetting orem Ipsum is simply dummy text of the printing and typesetting orem Ipsum is simply dummy text of the printing and typesetting
industry. Lorem Ipsum has been the industry's standard dummy text industry. Lorem Ipsum has been the industry's standard dummy text industry. Lorem Ipsum has been the industry's standard dummy text
ever since the 1500s, when an unknown printer took a galley of type ever since the 1500s, when an unknown printer took a galley of type ever since the 1500s, when an unknown printer took a galley of type
and scrambled it to make a type specimen book. It has survived not and scrambled it to make a type specimen book. It has survived not and scrambled it to make a type specimen book. It has survived not
only five centuries, but also the leap into electronic typesetting, only five centuries, but also the leap into electronic typesetting, only five centuries, but also the leap into electronic typesetting,
remaining essentially unchanged. It was popularised in the 1960s with remaining essentially unchanged. It was popularised in the 1960s with remaining essentially unchanged. It was popularised in the 1960s with
the release of Letraset sheets containing Lorem Ipsum passages, and the release of Letraset sheets containing Lorem Ipsum passages, and the release of Letraset sheets containing Lorem Ipsum passages, and
more recently with desktop publishing software like Aldus PageMaker more recently with desktop publishing software like Aldus PageMaker more recently with desktop publishing software like Aldus PageMaker
including versions of Lorem Ipsum. including versions of Lorem Ipsum. including versions of Lorem Ipsum.

It is a long established fact that a reader will be distracted by the It is a long established fact that a reader will be distracted by the It is a long established fact that a reader will be distracted by the
readable content of a page when looking at its layout. The point of readable content of a page when looking at its layout. The point of readable content of a page when looking at its layout. The point of
using Lorem Ipsum is that it has a more-or-less normal distribution of using Lorem Ipsum is that it has a more-or-less normal distribution of using Lorem Ipsum is that it has a more-or-less normal distribution of
letters, as opposed to using 'Content here, content here', making it look letters, as opposed to using 'Content here, content here', making it look letters, as opposed to using 'Content here, content here', making it look
like readable English. Many desktop publishing packages and web page like readable English. Many desktop publishing packages and web page like readable English. Many desktop publishing packages and web page
editors now use Lorem Ipsum as their default model text, and a search editors now use Lorem Ipsum as their default model text, and a search editors now use Lorem Ipsum as their default model text, and a search
for 'lorem ipsum' will uncover many web sites still in their infancy. for 'lorem ipsum' will uncover many web sites still in their infancy. for 'lorem ipsum' will uncover many web sites still in their infancy.
Various versions have evolved over the years, sometimes by accident, Various versions have evolved over the years, sometimes by accident, Various versions have evolved over the years, sometimes by accident,
sometimes on purpose (injected humour and the like). sometimes on purpose (injected humour and the like). sometimes on purpose (injected humour and the like).

You might also like