Giter VIP home page Giter VIP logo

youdymoo / resampling-randomization-webapp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from socr/resampling-randomization-webapp

0.0 1.0 0.0 3.41 MB

A modern and portable SOCR web-app that demonstrates the concepts of statistical analysis such as resampling, randomization and probabilistic simulation.

Home Page: http://selvam1991.github.io/SOCR-Resampling-Randomization-Webapp/

CoffeeScript 0.96% CSS 1.12% HTML 85.20% JavaScript 11.71% PHP 1.01% Python 0.01%

resampling-randomization-webapp's Introduction

Build Status GitHub issues Twitter

A modern and portable SOCR web-app that demonstrates the concepts of statistical analysis such as resampling, randomization and probabilistic simulation.

Introduction

There is a plethora of online reading material regarding statistics. Learning through activities has been always present at SOCR. This tool was created keeping users at the center stage. The UI is made more intuitive and responsive than other online available tools. The primary purpose of this application is for students to learn how to draw statistical inference using randomized initial data sets. This tool can often be used to research fairly large datasets. To start off, we need to get data into the webapp. Currently data can be imported into the web-app through the following ways:

  • Simulation Data - There are set of preloaded experiments into experiments which can be used to generate data. For example, user can choose binomial experiment and simulate coin tosses to get an initial dataset lets say H,T,T,H,T,H,H,H,T (H=head, T=tail).
  • User Data - There is a spreadsheet available where users can copy-paste tables of data. Or they can import data from SOCR data using URLs.

Goal

The goal of this project is to design a new, modern and portable SOCR web-app that demonstrates the concepts of statistical resampling, randomization and probabilistic simulation, which is purely based on HTML5, CSS3 and JavaScript framework. The implementation of this project demands platform portability, computational efficiency, usability (complete functionality via user-friendly modern interface), extensibility and ease of documentation, support and servicing to the entire community.

Installation

  • clone source code
git clone [email protected]:SOCR/Resampling-Randomization-Webapp.git
  • install node and npm ( if you have it already, skip this step).
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
nvm install 7.1.0

The above commands will install node v7.1.0 and use the corresponding npm v4.2.0

  • install grunt-cli
npm install grunt-cli -g
  • Start the server.
npm start
npm test

Development and Contiribution

We use MVC Model-View-Controller, to categorize the code into logical sections. The business logic resides in the model, in our case the calculation, manipulation, generation happens inside the model. View prepares the look and feel of the UI components. Controller acts as the glue between view and controller.

Please contact any member of the SOCR team for any further questions or file an issue on github and tag members.

Copyright and License

The LGPL License

Copyright (c) 2012 Statistics Online Computational Resource (SOCR) <http://www.StatisticsResource.org>

All SOCR programs, materials, tools and resources are developed by and freely disseminated to the entire community.

Users may revise, extend, redistribute, modify under the terms of the Lesser GNU General Public License as published by the Open Source Initiative http://opensource.org/licenses/. All efforts should be made to develop and distribute factually correct, useful, portable and extensible resource all available in all digital formats for free over the Internet.

SOCR resources are distributed in the hope that they will be useful, but without any warranty; without any explicit, implicit or implied warranty for merchantability or fitness for a particular purpose. See the GNU Lesser General Public License for more details see http://opensource.org/licenses/lgpl-license.php.

resampling-randomization-webapp's People

Contributors

khare-ashwini avatar chartotu19 avatar alxndrkalinin avatar ninging avatar idinov avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.