Socket
Book a DemoInstallSign in
Socket

statsample-bivariate-extension

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

statsample-bivariate-extension

1.2.0
bundlerRubygems
Version published
Maintainers
1
Created
Source

statsample-bivariate-extension

Build Status

DESCRIPTION:

Provides advanced bivariate statistics:

  • Tetrachoric correlation
  • Polychoric correlation

FEATURES/PROBLEMS:

  • Statsample::Bivariate::Polychoric class provides polychoric correlation
  • Statsample::Bivariate::Tetrachoric class provides tetrachoric correlation

SYNOPSIS:

Tetrachoric correlation

require 'statsample'
a=40
b=10
c=20
d=30
tetra=Statsample::Bivariate::Tetrachoric.new(a,b,c,d)
puts tetra.summary

Polychoric correlation

require 'statsample'
ct=Matrix[[58,52,1],[26,58,3],[8,12,9]]

poly=Statsample::Bivariate::Polychoric.new(ct)
puts poly.summary

REQUIREMENTS:

  • Statsample

INSTALL:

This gem is a statsample dependency. If you want to install it separatly

  • gem install statsample-bivariate-extension

LICENSE:

BSD 2-Clause (see LICENSE.txt)

FAQs

Package last updated on 19 Aug 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.