Summary of "CARA MENCARI NILAI KUARTIL DESIL PERSENTIL UKURAN LETAK II DATA TUNGGAL"

Main ideas / concepts covered

Measure of location (definition)

A measure indicating what part of the sorted data corresponds to a certain proportion.

Quartiles

Deciles

Percentiles


Procedure / methodology (step-by-step), including formulas

General steps for each measure (quartile/decile/percentile)

  1. Sort the data in ascending order.
  2. Determine the location index (position) using the corresponding formula.
  3. Determine the value at that position:
    • If the location is an integer: take the data at that index directly.
    • If the location is a decimal: use linear interpolation between the two surrounding data points.

Quartiles (single data)

Definition

Location formula

Linear interpolation (when location is not an integer)

Example results included

  1. Odd number of data (n = 7):

    • Computed quartiles align with data indices (no interpolation needed):
      • Q1 = 3
      • Q2 = 9
      • Q3 = 18
  2. Even number of data (n = 10):

    • Sorted values: 25, 35, 40, …, 95
    • Q1 location becomes 2.4 (not an integer) → interpolate
    • Result stated: Q1 = 37.25
    • Q2 and Q3 are found using the same method.

Deciles (single data)

Definition

Location formula

Linear interpolation

Example included (values stated)

  1. D2

    • Location computed as 3.2 → interpolate
    • Result stated: D2 = 2.2
    • Interpretation: between the 3rd and 4th sorted data points.
  2. D5

    • Location computed as an integer (8) → direct lookup
    • Result stated: D5 = 5

Percentiles (single data)

Definition

Location formula

Linear interpolation (if decimal location)

Example included (values stated)

  1. P11

    • Location computed as 1.21 → interpolate
    • Result stated: P11 = 27.1
    • Lies between the 1st and 2nd data points.
  2. P90

    • Using the same process:
    • Result stated: P90 = 94.6
    • Lies between the 9th and 10th data points.

Takeaways / lessons emphasized


Speakers / sources featured

Category ?

Educational


Share this summary


Is the summary off?

If you think the summary is inaccurate, you can reprocess it with the latest model.

Video