PADOC/Static

コマンド一覧表

mxinveigennfmx
分類 機能 コマンド 引数 説明
編集 clear clear - 全ての設定消去 clear;
編集 library prj libralyname データ・ディレクトリの指定 prj job "d:\user\proj\bank";
編集 readFile get filename データファイルの読込 get file_a@job;
編集 writeFile put filename データファイルの書出 put file_b@job;
編集 sort sort -(+)variable データファイルのソート sort +key -old;
編集 unique unique )variable データレコードの固有化 unique keys;
編集 merge merge filename データファイルのマージ merge key by file_a@job;
編集 lineOut outrec (filename) レコードの取出 outrec;
編集 lineDel delrec (fileneme) レコードの削除 delrec;
編集 concatination concat filename データファイルの連結 contract by file_a@job
編集 handIn hand variable データの手入力 handin x y z/
編集 transpose transpose variable データの縦横の逆転 transpose x y z;
編集 attr attr (name) (type) 変数名と型の変更 attr name type/
編集 option option (command name) コマンドのoptionの表示 option sumup/
制御 ifThen if variable cond 判断文 if(x == prev(x)) {…}
制御 forLoop for from to inc 繰返文 for(I=1;I<100;I++) {…}
制御 *whileLoop while - 繰返判断文 while(I <= 10) {…}
メタ制御 set constant $set name value マクロ変数の設定 $set parm x1 x2 x3 x4;
メタ制御 condition $ifdo value マクロの制御 $if … $do … $end;$else do … $end;
メタ制御 loop $loop value マクロの繰返 $loop I=1 to 10; … $end;
メタ制御 func $func name args マクロの関数 $func myfn (arg1,arg2,arg3); … $end;
メタ制御 set variable extend name value マクロ変数にスクリプト変数の設定 extend(name,variable);
変数 attribute attr - 型の設定 attr/
変数 rename rename xxx=yyy 名称変更 rename x = xx;
変数 vector vector number 配列定義 vector vec[10];
変数 select select variable 変数選択 select x y z;
変数 reject reject variable 変数削除 reject a b c;
変数 accume accume variable 蓄積 accume sum;
変数 unitRand random - 一様乱数 rand = random;
変数 LAST LAST - 最後の行 if(# == LAST) {…}
変数 # # - 行番号 if(# < 100) {…}
分析 AIC aic target AIC表分析 aic flag by x y z;
分析 ANOVA anova variable 分散分析 anova
分析 Association assoc - アソシエーション分析 assoc
分析 Correlation corr variable 相関分析(相関係数) corr x y z;
分析 Frequency count variable 区分数表 count x y z;
分析 conjoint conj variable [point] コンジョイント分析 conj x y z by point;
分析 covariance cov variable 相関分析(分散) cov x y z;
分析 CoxHazard cox target 生存分析(比例ハザード) cox flag by x y z;
分析 Dendrogram dendro variable 樹形図分析 dendro x y z;
分析 EM em variable segment EMアルゴリズム em x y z by seg;
分析 Factor factor variable 因子分析 factor tag by x y z;
分析 GausianGraph ggm variable ガウシアン・グラフ ggm x y z;
分析 groupLens grouplens variable 協調フィルタリング grouplens score by user item;
分析 K-nn k_nn variable N区分(近傍法) k_nn tag by x y z;
分析 k-means kmeans variable N区分分析(KMEANS法) kmeans tag by 5;
分析 LogitRegression logit target ロジット分析 logit tag by x y z;
分析 Lasso lasso target Lasso回帰 lasso tag by x y z;
分析 Maharanobis maha target 2区分(マハラノビス法) maha tag by x y z;
分析 Mahadist mahadist target 異常値検出(マハラノビス法) mahadist x y z;
分析 *mcmc mcmc variable マルコフモンテカルロ法 mcmc x;
分析 minsqr minisqr target variable 最小二乗法(ハウスホルダー) minsqr tag by x y z;
分析 NaiveBeyes nbayes taget variable ナイーブベイズ法 nbayes tag by x y z;
分析 neuro neuro inputs outputs ニューロ分析 neuro inp1 inp2 inp3 by out1 out2 ;
分析 Principle prin variable 主成分分析 prin x y z;
分析 linerRegression reg target 重回帰分析 reg tag by x y z;
分析 RegTree regtree target 回帰木分析 tree tag by x y z;
分析 BasicStatic static variable 基礎統計量 static x y z;
分析 softmax softmax target variable Softmax回帰 softmax x y z by cat;
分析 som som variable 自己組織化マップ som x y z;
分析 Summary sumup variable サマリー処理 summary x y z;
分析 svm svm value1 2区分(SVM法) svm tag by x y z;
分析 DicsionTree tree target variable 判別木分析 treep tag by x y z;
分析 CompressedSensing complp target variable 圧縮センシング complp tag by x y z;
計画 LinerPlan lp variable 線形計画法 lp tag by x y z;
計画 nonLinerPlan nlp filename 非線形計画法 nlp (filename)/
計画 integerPlan intp variable 整数計画法 intp x1-6 by cond val;
計画 dynamicPlan dynmp variable 動的計画法 dynmp f_1-3 by x;
計画 quadraticPlan qpl variable 2次計画法 qpl a1-7 by cond ans;
検定 mean test_mean varialbe 検定(平均値) test mean x y;
検定 rate test_rate variable 検定(比率) test rate x y;
検定 normal test_normal variable 検定(正規性) test nomal x y;
検定 wilcox wilcox variable 検定(順位和) wilcox x y;
検定 χSqure chisqt variable 検定(χ二乗) chisqrt x1 - 5;
経路 *anneal anneal variable 焼鈍し法による巡回問題 -
経路 flow netflow variable 最大流入問題 -
経路 *path netpath variable 最小(長)経路問題 -
経路 prim prim variable 最小連結木問題 -
グラフ bar graph plot_bar variable 棒グラフ plot bar x y z by kind;
グラフ line graph plot_line variable 線グラフ plot line x y z by kind;
グラフ box graph plot_box varialbe ろうそく図 plot box x by kind;
グラフ regretion graph plot_reg - 回帰図 plot reg;
グラフ scatter graph plot_scat variable 散布図 plot scat x y z;
グラフ Triangle scatter graph plot_mx variable 対角散布図 plot mx x y z;
グラフ Histgram hist variable ヒストグラム hist x y z by kind;
行列 mult mxmult matrix 行列の積 mxmult mx by vec_1 - 5;
行列 *reverse mxrev matrix 逆行列 maxrev vec_1 - 5;
行列 *add mxadd matrix 行列の和 mxadd mx by vec_1 - 5;
行列 *sub mxsub matrix 行列の差 mxsub mx by vec_1 - 5;
行列 svd svd matrix SVD svd vec_1 - 5;
行列 *LUdecomp ludecomp matrix LU分解 ludecomp vec_1 - 5;
行列 *QRdecomp qrdecomp matrix QR分解 qrdecomp vec_1 - 5;
行列 Cholesky chole matrix コレスキー分解 chole vec_1 - 5;
行列 *Matrix inverse mxinvmatrix 逆行列 mxinv vec_1 - 5;
行列 *Eigen vector eigenmatrix 固有値 eigen vec_1 - 5;
行列 nonegative decomp nfmxmatrix 非負値分解 nfmx vec_1 - 5 by nbase;
時系列 kalman kalman variable カルマンフィルター kalman x;
時系列 Hidden Marcov hmm variable 隠れマルコフ hmm x y by 3;
時系列 *covariance tmcov variable 相関  tmcov x y z;
時系列 *crosscov tmcrs variable 相互相関 tmcrs x y z;
時系列 *ar tmar variable 自己相関モデル tmar x
時系列 *ma tmma variable 移動平均モデル tmma x
時系列 *trend tmtrend variable トレンド tmtrend x
時系列 *arma arma variable 移動平均自己相関モデル arma x
時系列 *average tmave variable 平均化 tmave x y z;
時系列 *season season variable 季節要因 season x y z;
時系列 *fourie fourie variable フーリエ変換 fourie x;
時系列 *calc tmcalc variable 加減乗算 tmcalc add x y;
時系列 *adf tmadf variable ADF検定 tmadf x;
演算子 *Plus + number 加算 x=y+z;
演算子 *Minus - number 減算 x=y-z;
演算子 *Multiple * number 積算 x=y*x;
演算子 *Divide / number 除算 x=y/z;
演算子 *Power ** number 乗数 x=y**2;
演算子 *Incliment ++ number 1増加 x++;
演算子 *Decliment -- number 1減少 x--;
演算子 *Factrial ! number 階乗 x!
文書 lda lda number Latent Dirichret Analysis lda x y z
文書 mecab mecab number 形態要素解析 mecab directoryName
関数 *exp exp number 指数 x=exp(2.5);
関数 *Log log number 対数(底2) x=log(32);
関数 *Log10 log10 number 対数(底10) x=log(1000);
関数 *sqroot sqrt number 平方根 x=sqrt(2);
関数 *SIN sin number サイン(ラジアン) x=sin(pai*2);
関数 *COS cos number コサイン(ラジアン) x=cos(pai*2);
関数 *TAN tan number タンジェント(ラジアン) x=tan(2*pai)
関数 *ASIN asin number アークサイン(ラジアン) x=asin(1.0);
関数 *ACOS acos number アークコサイン(ラジアン) x=acos(0.0);
関数 *ATAN atan number アークタンジェント(ラジアン) x=atan(1.0);
関数 *HSIN hsin number 双曲線サイン x=hsin(2.5);
関数 *HCOS hcos number 双曲線コサイン x=hcos(2.5);
関数 *HTAN htan number 双曲線タンジェント x=htan(2.5);
関数 *Absolution abs number 絶対値 y=abs(x);
関数 *SIGN sign number 符号化 s=sign(x)
関数 Round round number 四捨五入 xr=round(x,-2)
関数 *RAD rad degree ラジアン化 -
関数 *Fix fix - - -
関数 *HEX hex - - -
関数 NormalRandom ranstd ave std 正規乱数 x=ranstd(1.0,5.0);
関数 PoisonRandom ranpoi ave std ポアソン乱数 k=ranpoi(4.0);
関数 *Integer ifix number 整数化(切捨) I=ifix(4.32);
関数 juriandate undate date ユリウス暦化 x=undate(20120831);
関数 date dater juriandate 西暦日化 y=dater(349820);
関数 *strsel strsel 文字 文字の取出し str=strsel("abcd",2,3)
関数 *stradd stradd 文字 文字の追加 str=stradd("abcd","xyz");
関数 *num2str num2str number 数字の文字変換 str=num2str(x);
関数 *str2num str2num 文字 文字の数字変換 x=str2num("212");
関数 prev prev variable 1行前の値 if(x == prev(x)) {…}
関数 *outlook outlook argument OUTLOOK関数 outlook(filename,varialbe,value,variable);
関数 *multinominal random mrand argument 多項乱数関数 mrand(filename);
関数 *determinant determin argument 行列式関数 determin(filename);
関数 CumulativeNorm qnorm ave std 累計正規密度関数 p=qnorm(12.8);
関数 InvCumulativeNorm pnorm ave std 逆累計正規密度関数 x=pnorm(0.54);

戻る