Skip to main content

math_stats_raibeena Python Package สำหรับการคำนวณเมทริกซ์และสถิติพื้นฐาน การใช้งาน import math_stats_raibeena as pkg

ใช้งานฟังก์ชันเมทริกซ์ (matrix)

u = (1, 2) v = (3, 4) m = [[1, 2], [3, 4]]

print(pkg.vector_add(u, v)) print(pkg.dot_product(u, v)) print(pkg.matrix_transpose(m)) print(pkg.matrix_trace(m)) print(pkg.det_2x2(m))

ใช้งานฟังก์ชันทางสถิติ (statistic)

data_x = [10, 12, 15, 18, 20] data_y = [5, 8, 10, 14, 18]

print(pkg.mean(data_x)) print(pkg.variance(data_x)) print(pkg.std_dev(data_x)) print(pkg.z_score(15, data_x)) print(pkg.covariance(data_x, data_y))

Download files

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

Source Distribution

math_stats_raibeena-0.1.1.tar.gz (2.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

math_stats_raibeena-0.1.1-py3-none-any.whl (3.6 kB view details)

Uploaded Python 3

File details

Details for the file math_stats_raibeena-0.1.1.tar.gz.

File metadata

  • Download URL: math_stats_raibeena-0.1.1.tar.gz
  • Upload date:
  • Size: 2.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.14.7

File hashes

Hashes for math_stats_raibeena-0.1.1.tar.gz
Algorithm Hash digest
SHA256 d61d63324aa50bc175687161784f200102deda39d2e976fe7877a4b51cf7b70d
MD5 1b769a185db72df77e5a201b383c6b16
BLAKE2b-256 56767b8b825d7c724b3bbf7349c56ab34603a0d6b616e12a300c3765bfb69462

See more details on using hashes here.

File details

Details for the file math_stats_raibeena-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for math_stats_raibeena-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 799e636a2aa242503b8c78db200a13609cfe8bdc8869da8bb579356cb5fe5c71
MD5 d656d9f4c56bf46d5cc15c3b9c75b38d
BLAKE2b-256 035a2f4baa3d81f704c69e5adc5fb901d3e0c61e627731ac5acbb56172e5c860

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page