Skip to main content

It is a package that allows you to estimate the height of the owner of the femur using the femur.

Project description

   ___                    _   
  / __\__ _ __ ___  _   _| |_ 
 / _\/ _ \ '_ ` _ \| | | | __|
/ / |  __/ | | | | | |_| | |_ 
\/   \___|_| |_| |_|\__,_|\__|

Introduction

  • It is a package that allows you to estimate the height of the owner of the femur using the femur length.
  • In 2019, I reorganized the code I wrote as a hobby while learning Python.

Installation

#pip
pip install Femut
#github
git clone https://github.com/ChanToRe/Femut.git

Docs

  • The package contains a CUI program.
  • This project use 'pandas'
  • Formula
    • Pearson
    • Male : T = 81.306 + 1.880 * x
    • Female : T = 72.844 + 1.945 * x
    • Huzii
    • Male : T = (2.47 * (Length*10) + 549.01)/10
    • Female : T = (2.24 * (Length*10) + 610.43)/10
    • Trotter&Glaser(Only Male)
    • T = 2.15 * x + 72.57

Instructions

#Pearson
pearson(Length, Sex='Male or Female')

#Trotter&Glaser
tng(Length)

#Huzii
huzii(Length, Sex='Male or Female')

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

Femut-1.0.3.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

Femut-1.0.3-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

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