Giter Club home page Giter Club logo

pigmanms / probability-and-statistics Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 88.64 MB

[대한민국 고등학교 교육과정인 '확률과통계' 과목에 적용됩니다] 확률과통계 과목에서 다룰만한 각종 예제와 유명한 가설등을 컴퓨터로 연산하는 코드들을 모아놓은 리포지토리입니다.

License: MIT License

Java 0.02% ASP.NET 1.24% C# 98.39% Objective-C++ 0.06% C++ 0.12% CMake 0.01% ShaderLab 0.05% HLSL 0.05% GAP 0.06%

probability-and-statistics's Introduction

Probability-and-Statistics

대한민국 고등학교 교육과정인 '확률과통계'과목에 적용됩니다.

확률과통계 과목에서 다룰만한 각종 예제와 유명한 가설등을 컴퓨터로 연산하는 코드들을 모아놓은 리포지토리입니다.

probability-and-statistics's People

Contributors

pigmanms avatar

Watchers

 avatar

probability-and-statistics's Issues

DeMere v1.0 제안

  1. 저 저 앞에 저 if문 떡칠 좀 고쳐라
  2. 계산속도향상, 멀티스레드 도입 추진
  3. 각종 주석내 사항 fix반영 추진
  4. 연산을 시각화(주사위를 던진결과를 print()으로 ㄱㄱ)

웹사이트 추진

여기의 파일들을 별도의 터미널이나 IDE없이 웹상에서 바로 실행가능하게 Deploy든 뭐든 하셈. Github Pages나 Azure Static App이런거 ㄱㅊ은걸로 ㄱㄱ

quickRead optimization?

quickRead변수를 미리 사전에 null값으로 지정하면서 선언하지 않고 quickRead값을 판별한다음 변수를 만들면서 바로 집어넣는거랑 혹시 성능차이가 있을려나.

현재: null값으로 사전에 변수 선언
예상희망: quickRead값 판별후 변수 선언 및 변수값 삽입.

예상돼는 성능 개선: 후자를 함으로써 미리 선언해둔 빈 변수가 없어 메모리를 절약할 수 있음.

예상되는 단점: 변수이름이 뺏길수있음(코딩할때 아마 이렇게 하진 않겠지만 혹시모름), (후자에서)그러나 이는 자동으로 (만들어야됨 이거) 변수이름의 점유여부를 판별하여 자동으로 새로운 변수이름을 생성하여 사용하는것으로 해결 가능함.

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.