PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of Christos Drogidis   CLT Simulator   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CLT Simulator
Simulate the central limit theorem
Author: By
Last change:
Date: 27 days ago
Size: 330 bytes
 

Contents

Class file image Download
{ "name": "alexsoft/clt-simulator", "description": "A PHP Central Limit Theorem simulator with dice example.", "type": "library", "license": "MIT", "autoload": { "psr-4": { "Alexsoft\\Statistics\\CLT\\": "src/" } }, "require": { "php": ">=7.4" } }