home.social

Search

698 results for “pydata_helsinki”

  1. 1/2 #ICC: Antaa pidätysmääräyksen Netanjahusta rikoksista ihmisyyttä vastaan ja sotarikoksista.

    #Netanjahu ja #Israel in hallinto: ANTISEMITISMIÄ!!!111+++

    No surprise there.

    Ja tammikuussa #Trump varmaan kutsuu Bibin heti kylään ihan vain vittuillakseen vasemmistolle. Kert ei #USA häntä pidätä ja toimita #Haag iin

    #populismi #populisti #Gaza #Palestiina #KansainvälinenRikostuomioistuin #palestiinalaiset #sota #kansanmurha #sotarikos #sotarikollinen #ihimisoikeudet

    yle.fi/a/74-20126295?origin=rs

  2. 1/2 #ICC: Antaa pidätysmääräyksen Netanjahusta rikoksista ihmisyyttä vastaan ja sotarikoksista.

    #Netanjahu ja #Israel in hallinto: ANTISEMITISMIÄ!!!111+++

    No surprise there.

    Ja tammikuussa #Trump varmaan kutsuu Bibin heti kylään ihan vain vittuillakseen vasemmistolle. Kert ei #USA häntä pidätä ja toimita #Haag iin

    #populismi #populisti #Gaza #Palestiina #KansainvälinenRikostuomioistuin #palestiinalaiset #sota #kansanmurha #sotarikos #sotarikollinen #ihimisoikeudet

    yle.fi/a/74-20126295?origin=rs

  3. 1/2 #ICC: Antaa pidätysmääräyksen Netanjahusta rikoksista ihmisyyttä vastaan ja sotarikoksista.

    #Netanjahu ja #Israel in hallinto: ANTISEMITISMIÄ!!!111+++

    No surprise there.

    Ja tammikuussa #Trump varmaan kutsuu Bibin heti kylään ihan vain vittuillakseen vasemmistolle. Kert ei #USA häntä pidätä ja toimita #Haag iin

    #populismi #populisti #Gaza #Palestiina #KansainvälinenRikostuomioistuin #palestiinalaiset #sota #kansanmurha #sotarikos #sotarikollinen #ihimisoikeudet

    yle.fi/a/74-20126295?origin=rs

  4. 1/2 #ICC: Antaa pidätysmääräyksen Netanjahusta rikoksista ihmisyyttä vastaan ja sotarikoksista.

    #Netanjahu ja #Israel in hallinto: ANTISEMITISMIÄ!!!111+++

    No surprise there.

    Ja tammikuussa #Trump varmaan kutsuu Bibin heti kylään ihan vain vittuillakseen vasemmistolle. Kert ei #USA häntä pidätä ja toimita #Haag iin

    #populismi #populisti #Gaza #Palestiina #KansainvälinenRikostuomioistuin #palestiinalaiset #sota #kansanmurha #sotarikos #sotarikollinen #ihimisoikeudet

    yle.fi/a/74-20126295?origin=rs

  5. Jatkoa...

    Kuolema on kuolema, mutta mitä kauemmas menneisyyteen vertaa, sen enemmän väestö ja muut olosuhteet ovat voineet muuttua.

    Ikävakioidulla kuolleisuusluvulla vertaillessa on matkattava vuoteen 1980 saakka tavatakseen koronavuotta 2021 tuhoisamman influenssavuoden. Sen jälkeen kuolettavinkin influenssavuosi on ollut 36% vähemmän tappava kuin koronavuosi 2021.

    pxdata.stat.fi:443/PxWeb/sq/54

    Tilastokeskuksen kuolemansyytilastot päättyvät tällä hetkellä vuoteen 2021. THL:n koronatilastojen perusteella vuonna 2022 korona tappoi 5.9 kertaa ja tänäkin vuonna 1.6 kertaa niin paljon kuin 2021, vaikka vuotta on yhä jäljellä ja tämän hetken iso epidemia-aaltokaan tuskin on vielä voinut ehtiä kunnolla näkymään koronakuolemien tilastoissa.

    koronatilastot.fi/fi/sairaala/

    #KoronaFI #influenssa #kuolemat

  6. Koronaa väitetään usein virheellisesti vakavuudeltaan kausi-influenssan vertaiseksi.

    Kuolemansyytilastojen 1969–2021 mukaan ainoastaan 1971 Suomessa influenssaan kuoli enemmän ihmisiä kuin koronaan 2020, joka on ollut tähän mennessä vähiten tappava koronavuosi. Vuonna 2021 korona tappoi 48% enemmän kuin influenssa 1971, joka on tarkastelujakson pahin influenssavuosi, ja yli 2x niin paljon kuin 2000-luvun pahimpana influenssavuotena 2018.

    pxdata.stat.fi:443/PxWeb/sq/e8

    #KoronaFI #influenssa #kuolemat

  7. Hi all. Hoping someone in the #SelfHosting community can help. I'm trying to set up #Linkwarden in #Docker behind #Caddy. The service is running, but I'm unable to create a user account. This is what I see in my browser console when I try:

    register:1 [Intervention] Images loaded lazily and replaced with placeholders. Load events are deferred. See https://go.microsoft.com/fwlink/?linkid=2048113
    register:1 [DOM] Input elements should have autocomplete attributes (suggested: "new-password"): (More info: https://www.chromium.org/developers/design-documents/create-amazing-password-forms)
    <input data-testid=​"password-input" type=​"password" placeholder=​"••••••••••••••" class=​"w-full rounded-md p-2 border-neutral-content border-solid border outline-none focus:​border-primary duration-100 bg-base-100" value=​"tyq5ghp!QVH-mva1agc">
    register:1 [DOM] Input elements should have autocomplete attributes (suggested: "new-password"): (More info: https://www.chromium.org/developers/design-documents/create-amazing-password-forms)
    <input data-testid=​"password-confirm-input" type=​"password" placeholder=​"••••••••••••••" class=​"w-full rounded-md p-2 border-neutral-content border-solid border outline-none focus:​border-primary duration-100 bg-base-100" value=​"tyq5ghp!QVH-mva1agc">
    Error
    api/v1/users:1 Request unavailable in the network panel, try reloading the inspected page Failed to load resource: the server responded with a status of 400 () Failed to load resource: the server responded with a status of 400 ()

    compose file:

    services:
    postgres:
    image: postgres:16-alpine
    container_name: linkwarden_postgres
    env_file: .env
    restart: always
    volumes:
    - ./pgdata:/var/lib/postgresql/data
    networks:
    - linkwarden_net
    linkwarden:
    env_file: .env
    environment:
    - DATABASE_URL=postgresql://postgres:${POSTGRES_PASSWORD}@linkwarden_postgres:5432/postgres
    restart: always
    # build: . # uncomment this line to build from source
    image: ghcr.io/linkwarden/linkwarden:latest # comment this line to build from source
    container_name: linkwarden
    ports:
    - 3009:3000
    volumes:
    - ./data:/data/data
    networks:
    - linkwarden_net
    depends_on:
    - postgres

    networks:
    linkwarden_net:
    driver: bridge

    Relevant part of .env file:

    NEXTAUTH_URL=https://bookmarks.laniecarmelo.tech/api/v1/auth
    NEXTAUTH_SECRET=x8az9q9w8ofAxnrVcer2vsPHeMmKSPbf

    # Manual installation database settings
    # Example: DATABASE_URL=postgresql://user:password@localhost:5432/linkwarden
    DATABASE_URL=

    # Docker installation database settings
    POSTGRES_PASSWORD=redacted

    # Additional Optional Settings
    PAGINATION_TAKE_COUNT=
    STORAGE_FOLDER=
    AUTOSCROLL_TIMEOUT=
    NEXT_PUBLIC_DISABLE_REGISTRATION=false
    NEXT_PUBLIC_CREDENTIALS_ENABLED=true

    Caddyfile snippet

    *.laniecarmelo.tech {
    tls redacted {
    dns cloudflare redacted
    }

    header {
    Content-Security-Policy "default-src 'self' https: 'unsafe-inline' 'unsafe-eval';
    img-src https: data:;
    font-src 'self' https: data:;
    frame-src 'self' https:;
    object-src 'none'"
    Referrer-Policy "strict-origin-when-cross-origin"
    Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
    X-Content-Type-Options "nosniff"
    X-Xss-Protection "1; mode=block"
    }

    encode br gzip

    # Bookmarks
    @bookmarks host bookmarks.laniecarmelo.tech
    handle @bookmarks {
    reverse_proxy 127.0.0.1:3009
    }
    }

    Can anyone help? I have no idea how to fix this.
    #SelfHosted #CaddyServer #Linux #Tech #Technology
    @selfhost @selfhosted @selfhosting

  8. Introduction

    Measures of central tendency like mean, median and mode might not give you the complete picture of the data. They do not give you the info about variability and dispersion of the data. Understanding data distribution is a crucial aspect of statistics, especially in medical research, where making sense of data is often the key to discovering new insights. One of the most informative and robust measures of dispersion is the Interquartile Range (IQR). 

    In this post, we’ll dive deep into what the IQR is, why it’s important, and how to calculate it using various tools like Google Sheets, Excel, and even manually. Whether you’re just starting out or brushing up on your statistical knowledge, this guide will help you master the IQR.

    1. Introduction
    2. What is the Interquartile Range?
    3. Understanding Quartiles
    4. Why is the Interquartile Range Important?
    5. Note Before you learn Calculating the Interquartile Range
    6. How do we calculate the percentiles?
    7. Conclusion

    What is the Interquartile Range?

    The Interquartile Range (IQR) is a measure of dispersion or variability that describes the range within which the middle 50% of your data lies. 

    • Unlike the range, which considers all data points, the IQR focuses on the central portion, making it less sensitive to outliers and more reflective of the data’s overall spread. 
    • Just like median is a robust measure of central tendency which is often used in skewed data, interquartile range is especially useful in skewed data to measure dispersion or variability of the data.
    • Example of a graphical representation of the data set: 10, 15, 20, 35, 40, 50, 55, 70. 

    Understanding Quartiles

    To grasp the IQR, you need to understand quartiles. Arrange the values in your dataset in ascending order and imagine dividing the entire data set into four equal parts. The first quartile or Q1

    • Q1 (First Quartile): This is the median of the lower half of the data set. This lowest quartile or Q1 represents the 25th percentile of the dataset.
    • Q2 (Second Quartile): This is simply the median of the data set, marking the 50th percentile.
    • Q3 (Third Quartile): This is the median of the upper half of the data set, marking the 75th percentile.

    The IQR is calculated as:

    This formula subtracts the first quartile from the third quartile, giving you the range of the middle 50% of your data.

    Why is the Interquartile Range Important?

    • The IQR is a robust measure of variability and is particularly useful when dealing with skewed distributions or data with outliers. 
    • Since it focuses on the central portion of the data, it provides a better sense of the typical spread than the full range, which might be distorted by extreme values.
    • Example: Imagine you’re analyzing the blood pressure readings of a group of patients. If a few patients have abnormally high or low blood pressure, the IQR will give you a better understanding of the “normal” range for most patients, rather than being skewed by the extremes.

    Note Before you learn Calculating the Interquartile Range

    • The smallest value that is greater than k percent of the values.
    • The smallest value that is greater than or equal to k percent of values.
    • An interpolated value between the two closest ranks

    As you have learnt by now, the Interquartile range depends on the quartiles – Q1, Q2, Q3. These quartiles are nothing but percentiles in the dataset. However there is no consensus among statisticians about the exact formula or definition to calculate percentiles. The three calculation methods define the kth percentile in the following slightly different ways:

    By using these methods, one can get slightly different values for the same percentile. So different methods and statistical software programs will find slightly different Q1 and Q3 values, which affects the interquartile range. These variations stem from alternate ways of finding percentiles. 

    How do we calculate the percentiles?

    When you calculate quartiles using excel or google sheets or just any statistical software, you will come across terms like quartile inclusive and quartile exclusive Let me try to make this stuff simpler. 

    Consider the following dataset: 10, 15, 20, 35, 40, 50, 55, 70. 

    • In the above dataset, by following the definition of median, 40 is determined as median.
    • In the exclusive method, the median is excluded from the calculation of Q1 and Q3. This method divides the data set into two halves, excluding the median (40 in the above example) and then calculates the quartiles from these halves.
    • Q1 (25th percentile): The median of the lower half, excluding the median of the entire data set is 17.5
    • Q3 (75th percentile): The median of the upper half, excluding the median of the entire data set is 52.5
    • The excel or google sheets formula for exclusive quartiles is = QUARTILE.EXC (data range, quart).
      • Eg, = QUARTILE.EXC (A1:A9, 1)
    • The exclusive method also doesn’t consider the extreme value of each half. So by using this formula you simple cannot calculate Q0 or Q4. Both of them will result in an error.

    The exclusive method is more common in inferential statistics and is preferred when working with larger data sets. It provides a more focused view of the data’s distribution by excluding the central value and emphasizing the spread of the data.

    In the inclusive method, the quartiles are calculated by including the median in the calculation of both the lower and upper quartiles. This method treats the data set as a whole and ensures that all values, including the median, contribute to the calculation of Q1 (first quartile) and Q3 (third quartile).

    • Q1 (25th percentile): Using the inclusive method, Q1 is the median of the lower half of the data set, including the median of the entire data set. 20 is the Q1 in above example
    • Q3 (75th percentile): Q3 is the median of the upper half, again including the median of the entire data set. 50 is Q3 in above example

    The inclusive method is often used in descriptive statistics and when dealing with smaller data sets, as it provides a more comprehensive view of the data distribution by including the central value in the calculation of quartiles.

    Using Statistical Software (R, Python)

    For those who work with large datasets or prefer programming, statistical software like R or Python offers powerful tools for calculating the IQR.

    In R: #RStudio
    data <- c(10, 15, 20, 35, 40, 45, 50, 55, 70)IQR(data)

    In Python (using pandas): #Python

    import pandas as pddata = pd.Series([10, 15, 20, 35, 40, 45, 50, 55, 70])IQR = data.quantile(0.75) - data.quantile(0.25)print(IQR)

    Both methods will give you the IQR quickly, and they’re especially useful when handling large datasets where manual calculation is impractical.

    Conclusion

    The Interquartile Range is a vital tool in any statistician’s toolkit. It helps you understand the spread of your data, especially when outliers are present. Whether you’re calculating it manually, using spreadsheets, or employing software like R or Python, mastering the IQR will enhance your ability to analyze data effectively.
    This comprehensive guide should arm you with everything you need to know about the IQR, making you well-prepared to tackle statistical challenges with confidence.

    https://geekysteth.com/master-statistics-101-interquartile-range-iqr/

    #StatisticsBasics