Skip to main content

Startied random sample from the dataframe

Project description

<html><h3>SRS (Startified Random Sample)</h3> Stratified random sampling is a type of probability sampling using which a research organization can branch off the entire population into multiple non-overlapping, homogeneous groups (strata) and randomly choose final members from the various strata for research which reduces cost and improves efficiency.

Let’s consider a situation where a research team is seeking opinions about religion amongst various age groups. Instead of collecting feedback from 326,044,985 U.S citizens, random samples of around 10000 can be selected for research. These 10000 citizens can be divided into strata according to age,i.e, groups of 18-29, 30-39, 40-49, 50-59, and 60 and above.

In this approach, each stratum sample size is directly proportional to the population size of the entire population of strata. That means each strata sample has the same sampling fraction.

Proportionate Stratified Random Sampling Formula: nh = ( Nh / N ) * n nh= Sample size for hth stratum Nh= Population size for hth stratum N = Size of entire population n = Size of entire sample

<li>Parameters</li> <i>samp(dsn, stratas, sample_size)</i> dsn: population dataset<br> stratas: column names as list format ex: [‘strata1’,’strata2’,’strata3….’]<br> sample_size: how much percentage you want as a sample like 0.05, 0.10, 0.25…</br> <li>Example usage</li> sample=srs.samp(df, ‘female’, 0.25)</br></html>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

srs-0.0.2.tar.gz (2.2 kB view details)

Uploaded Source

File details

Details for the file srs-0.0.2.tar.gz.

File metadata

  • Download URL: srs-0.0.2.tar.gz
  • Upload date:
  • Size: 2.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.3

File hashes

Hashes for srs-0.0.2.tar.gz
Algorithm Hash digest
SHA256 6dba762edbd0319be01a1d26a21d56fc7983e6dad5eff1029239d87814609a34
MD5 850f409551d81e67042d6feba1b90afa
BLAKE2b-256 ec70c55afb83cd8bb964f04366d5e36816c705ba15dc186084aaae5af280bcd9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page