- Statistics - Discussion
- Z table
- Weak Law of Large Numbers
- Venn Diagram
- Variance
- Type I & II Error
- Trimmed Mean
- Transformations
- Ti 83 Exponential Regression
- T-Distribution Table
- Sum of Square
- Student T Test
- Stratified sampling
- Stem and Leaf Plot
- Statistics Notation
- Statistics Formulas
- Statistical Significance
- Standard normal table
- Standard Error ( SE )
- Standard Deviation
- Skewness
- Simple random sampling
- Signal to Noise Ratio
- Shannon Wiener Diversity Index
- Scatterplots
- Sampling methods
- Sample planning
- Root Mean Square
- Residual sum of squares
- Residual analysis
- Required Sample Size
- Reliability Coefficient
- Relative Standard Deviation
- Regression Intercept Confidence Interval
- Rayleigh Distribution
- Range Rule of Thumb
- Quartile Deviation
- Qualitative Data Vs Quantitative Data
- Quadratic Regression Equation
- Process Sigma
- Process Capability (Cp) & Process Performance (Pp)
- Probability Density Function
- Probability Bayes Theorem
- Probability Multiplecative Theorem
- Probability Additive Theorem
- Probability
- Power Calculator
- Pooled Variance (r)
- Poisson Distribution
- Pie Chart
- Permutation with Replacement
- Permutation
- Outlier Function
- One Proportion Z Test
- Odd and Even Permutation
- Normal Distribution
- Negative Binomial Distribution
- Multinomial Distribution
- Means Difference
- Mean Deviation
- Mcnemar Test
- Logistic Regression
- Log Gamma Distribution
- Linear regression
- Laplace Distribution
- Kurtosis
- Kolmogorov Smirnov Test
- Inverse Gamma Distribution
- Interval Estimation
- Individual Series Arithmetic Mode
- Individual Series Arithmetic Median
- Individual Series Arithmetic Mean
- Hypothesis testing
- Hypergeometric Distribution
- Histograms
- Harmonic Resonance Frequency
- Harmonic Number
- Harmonic Mean
- Gumbel Distribution
- Grand Mean
- Goodness of Fit
- Geometric Probability Distribution
- Geometric Mean
- Gamma Distribution
- Frequency Distribution
- Factorial
- F Test Table
- F distribution
- Exponential distribution
- Dot Plot
- Discrete Series Arithmetic Mode
- Discrete Series Arithmetic Median
- Discrete Series Arithmetic Mean
- Deciles Statistics
- Data Patterns
- Data collection - Case Study Method
- Data collection - Observation
- Data collection - Questionaire Designing
- Data collection
- Cumulative Poisson Distribution
- Cumulative plots
- Correlation Co-efficient
- Co-efficient of Variation
- Cumulative Frequency
- Continuous Series Arithmetic Mode
- Continuous Series Arithmetic Median
- Continuous Series Arithmetic Mean
- Continuous Uniform Distribution
- Comparing plots
- Combination with replacement
- Combination
- Cluster sampling
- Circular Permutation
- Chi Squared table
- Chi-squared Distribution
- Central limit theorem
- Boxplots
- Black-Scholes model
- Binomial Distribution
- Beta Distribution
- Best Point Estimation
- Bar Graph
- Arithmetic Range
- Arithmetic Mode
- Arithmetic Median
- Arithmetic Mean
- Analysis of Variance
- Adjusted R-Squared
- Home
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Statistics - Odd and Even Permutation
Consider X as a finite set of at least two elements then permutations of X can be spanided into two category of equal size: even permutation and odd permutation.
Odd Permutation
Odd permutation is a set of permutations obtained from odd number of two element swaps in a set. It is denoted by a permutation sumbol of -1. For a set of n numbers where n > 2, there are ${frac {n!}{2}}$ permutations possible. For example, for n = 1, 2, 3, 4, 5, ..., the odd permutations possible are 0, 1, 3, 12, 60 and so on...
Example
Compute the odd permutation for the following set: {1,2,3,4}.
Solution:
Here n = 4, thus total no. of odd permutation possible are ${frac {4!}{2} = frac {24}{2} = 12}$. Following are the steps to generate odd permutations.
Step 1:
Swap two numbers one time. Following are the permutations obtainable:
${ { 2, 1, 3, 4 } \[7pt] { 1, 3, 2, 4 } \[7pt] { 1, 2, 4, 3 } \[7pt] { 3, 2, 1, 4 } \[7pt] { 4, 2, 3, 1 } \[7pt] { 1, 4, 3, 2 } }$Step 2:
Swap two numbers three times. Following are the permutations obtainable:
${ { 2, 3, 4, 1 } \[7pt] { 2, 4, 1, 3 } \[7pt] { 3, 1, 4, 2 } \[7pt] { 3, 4, 2, 1 } \[7pt] { 4, 1, 2, 3 } \[7pt] { 4, 3, 1, 2 } }$Even Permutation
Even permutation is a set of permutations obtained from even number of two element swaps in a set. It is denoted by a permutation sumbol of +1. For a set of n numbers where n > 2, there are ${frac {n!}{2}}$ permutations possible. For example, for n = 1, 2, 3, 4, 5, ..., the even permutations possible are 0, 1, 3, 12, 60 and so on...
Example
Compute the even permutation for the following set: {1,2,3,4}.
Solution:
Here n = 4, thus total no. of even permutation possible are ${frac {4!}{2} = frac {24}{2} = 12}$. Following are the steps to generate even permutations.
Step 1:
Swap two numbers zero time. Following is the permutation obtainable:
${ { 1, 2, 3, 4 } }$Step 2:
Swap two numbers two times. Following are the permutations obtainable:
${ { 1, 3, 4, 2 } \[7pt] { 1, 4, 2, 3 } \[7pt] { 2, 1, 4, 3 } \[7pt] { 2, 3, 1, 4 } \[7pt] { 2, 4, 3, 1 } \[7pt] { 3, 1, 2, 4 } \[7pt] { 3, 2, 4, 1 } \[7pt] { 3, 4, 1, 2 } \[7pt] { 4, 1, 3, 2 } \[7pt] { 4, 2, 1, 3 } \[7pt] { 4, 3, 2, 1 } }$ Advertisements