What is the Concept of Permutations in Statistics?

  • Context: High School 
  • Thread starter Thread starter 1MileCrash
  • Start date Start date
  • Tags Tags
    Permutations
Click For Summary
SUMMARY

The concept of permutations in statistics refers to the arrangement of elements in a specific order. For a set of 13 elements, the total number of permutations is calculated as 13! (factorial of 13). When selecting 2 elements from this set, the number of ordered arrangements is given by the formula P(13, 2) = 13! / 11!, which accounts for the significance of order. If the order does not matter, the calculation changes to account for the combinations of the selected elements.

PREREQUISITES
  • Understanding of factorial notation (n!)
  • Basic knowledge of permutations and combinations
  • Familiarity with statistical concepts
  • Ability to perform mathematical calculations involving large numbers
NEXT STEPS
  • Study the differences between permutations and combinations in detail
  • Learn about the applications of permutations in probability theory
  • Explore advanced topics such as multinomial coefficients
  • Practice solving problems involving permutations using Python libraries like NumPy
USEFUL FOR

Students in statistics, educators teaching combinatorial mathematics, and anyone interested in understanding the principles of arrangements and selections in data analysis.

1MileCrash
Messages
1,338
Reaction score
41
In my statistics class I am making use of permutations very often. I need to make sure I understand this.

If I have a set of 13 elements, I can arrange that 13! different ways, because Psub(13,13) = 13!/0!.

If I pick 2 elements from those 13 elements, I can get 13!/11! different results.

Is that what it means?
 
Physics news on Phys.org
It depends whether you care about the order of the two picked. If it's an unordered pair, bear in mind that you could have picked the same two in either order.
Imagine the 13 elements in a row, and suppose the leftmost two will be the two picked. There are 13! orderings altogether. For a given pick of two, there are 2!*11! orderings that lead to it. So the number of such pairs is 13!/(2!*11!).
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 28 ·
Replies
28
Views
4K
  • · Replies 19 ·
Replies
19
Views
4K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 8 ·
Replies
8
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
1
Views
2K