File:Hiccup histogram.svg

From WikiProjectMed
Jump to navigation Jump to search

Original file(SVG file, nominally 540 × 360 pixels, file size: 26 KB)

This file is from a shared repository and may be used by other projects. The description on its file description page there is shown below.

Summary

Description
English: Histogram of period (in seconds) between each hiccup in a sequence of 50 samples in about 10 minutes. Mean: 11.40 s. Median: 10.715 s. Standard deviation: 2.88 s. Data set ranges from 6.28 s to 21.36 s.
Date
Source Own work
Author Cosmosgato

Python Code

import pandas as pd
import seaborn as sb

df = pd.read_csv('hiccups.csv')
header = df.columns[1]
sb.histplot(df[header], kde=True, bins=10);

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

29 December 2020

image/svg+xml

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current14:06, 29 December 2020Thumbnail for version as of 14:06, 29 December 2020540 × 360 (26 KB)commons>CosmosgatoCross-wiki upload from en.wikipedia.org

The following page uses this file:

Metadata