Giter VIP home page Giter VIP logo

empxl's People

Contributors

phish108 avatar

Watchers

 avatar  avatar

empxl's Issues

Flatten functions

Some functions are complex and whitespace are not significant.

Need a tool to create flattened versions of the functions.

This should create for each function file a flattened output file.

Then creating the lambdas should create less crashes.

Wilcoxon-Mann u- and Rank-Sum-Test

The final function should have the following Synopsis:

WILCOXON.TEST(values, groups; alternative; paired)

alternative accepts left, right, two.sided or either first letter as arguments.

The Function will return a line vector containing:

  • W - Ranksum value
  • z-score
  • p-value

Correlation Tests

The correlation tests for Kendall's tau, Spearman's rho, and Pearson's r have their own helper functions. There should be a main function for correlation tests (as there is one in R):

CORR.TEST(varA; varB; method; alternative)
  • alternative is left (negatively correlated), right (positively correlated), or two.sided for either correlation.
  • method is either pearson, kendall or spearman.

The result will be a line vector with the following values:

  • coefficient
  • z-value
  • p-value

Generate template with openpyxl

Open pyxl handles lambda functions correctly in recent versions.

  • Test openpyxl to handle optional parameters.
  • Test exceljs to handle named lambda functions & optional parameters.

In both cases some preprocessing might be required.

  • Implement xlst builder
  • Create gh action to build the template.

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.