天软金融分析.NET函数大全
>
TSL函数
>
基础函数
>
数组
>
数组操作
SparseMatFill
复制链接
简述
稀疏数据表填充,直接在A矩阵上更改
定义
SparseMatFill(A:array;fillv:real);
参数
名称
类型
说明
A
Array,TableArray
数据表类型,稀疏矩阵
fillv
real
实数,给定的填充值
返回
Array,TableArray
array,按照给定值填充后的矩阵
范例
a := array((3:4),('A':2));
SparseMatFill(a, -1);
return a;// array((3:4,"A":-1),(3:-1,"A":2))
相关
OutPutTableToCanBeUnderstood
SeperateTable
Unitary
Reverse
DescartesJoin
TableVectorizeArray
AbnormalData
DataProcess_MF
ZValue
RPSValue
FilterOneDimEx2
GroupByFieldValue
WebFormatToRung
QKsplit_Trailing
QKsplit_ToDate
QKsplit_Resampling
Factorize
dumies_decode
SparseMatFill
ElementWhere
ArrayAddGap
GroupPercentrankIt
GroupRankIt
GroupTransformByFunc
FrameGetSubByReg
Histogram
Framedrop_duplicates
Field_ReSortCols
Framedrop_na
Framemerge
Frameqcut
Frameupdate
GroupZscoreIt
get_dummies
get_dummies2
framePivot_table
framecut
frameMelt
GroupDemeanIt
ArrDropDuplicate