NotFounds / GEM

Generate an Excel template for Multivariate analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GEM

多変量解析用Excelテンプレートを生成します.
Generate an Excel template for Multivariate analysis

環境(Environment)

  • Windows 10
  • C# 6.0

対象フレームワーク(Target Framework)

  • .NET Framework 4.5.2以上
    .NET Framework 4.5.2 or above

特徴(Features)

  • 多変量解析を手軽に行えます。
    You can easily run a multivariate regression analysis.

  • 面倒なExcelの式入力はすべて自動で!
    All troublesome Excel formula inputs are automatic!

  • データ入力はCSV形式です。
    Input data type is CSV format.

使い方(Usage)

  1. データが入っているcsvファイルを実行ファイルにドラッグ&ドロップしてください。
    Drag and drop a CSV data file to the execution file.

  2. 生成されたExcelファイルを開き、逆行列の部分を選択し、Ctrl+Shift+Enterを押してください。
    Open the generated file and select the inverse matrix, and then press Ctrl+Shift+Enter.

  3. 逆行列y行列を掛け合わせた結果の行列部分を選択し、Ctrl+Shift+Enterを押してください。
    Select the result matrix of inverse mat * y mat and press Ctrl+Shift+Enter.

インストール(Installation)

Releaseページから実行ファイルをダウンロードするか、下記コマンドでこのリポジトリをcloneしてください。

Download the execution file from Release page.
or
$ git clone https://github.com/NotFounds/GEM.git

パッケージ(Packages)

ライセンス(License)

The MIT License (MIT)
Copyright (c) 2016 Ikeda Iori

ClosedXML

The MIT License (MIT)
Copyright (c) 2010 Manuel De Leon

About

Generate an Excel template for Multivariate analysis

License:MIT License


Languages

Language:C# 100.0%