You can include any additonal Statistical methods using Open Source R, Tibco Enterprise Runtime for R,
SAS, Matlab
|
Avg(Arg1, ...) |
ChiDist(Arg1) |
ChiInv(Arg1) |
Count(Arg1) |
CountBig(Arg1) |
Covariance(Arg1, Arg2) |
FDist(Arg1) |
FInv(Arg1) |
First(Arg1) |
GeometricMean() |
IQR(Arg1) |
L95(Arg1) |
Last(Arg1) |
LAV(Arg1) |
LIF(Arg1) |
LOF(Arg1) |
Max(Arg1, ...) |
MeanDeviation(Arg1, ...) |
Median(Arg1) |
MedianAbsoluteDeviation(Arg1, ...) |
Min(Arg1, ...) |
NormDist(Arg1) |
NormInv(Arg1) |
NthLargest(Arg1, Arg2) |
NthSmallest(Arg1, Arg2) |
Outliers(Arg1) |
P10(Arg1) |
P90(Arg1) |
PctOutliers(Arg1) |
Percent(Arg1, Arg2) |
Percentile(Arg1, Arg2) |
Q1(Arg1) |
Q3(Arg1) |
Range(Arg1) |
StdDev(Arg1) |
StdErr(Arg1) |
TDist(Arg1) |
TInv(Arg1) |
TrimmedMean(Arg1, Arg2) |
U95(Arg1) |
UAV(Arg1) |
UIF(Arg1) |
UniqueCount(Arg1) |
UOF(Arg1) |
ValueForMax(Arg1, Arg2) |
ValueForMin(Arg1, Arg2) |
Var(Arg1) |
WeightedAverage(Arg1, Arg2) |
There are also |
Binning functions |
Spotfire 6.0 provides great tools for quickly building your dashboard, but here we will learn to spice up things with the help of new 6.0 text area. If you are not aware the new 6.0 Text area supports HTML, Javascript and CSS. This opens up possibilities for doing a lot more with the text area. Some of the basic stuff can be seen here http://spotfire.tibco.com/qrt/UBSAN/presentation.html?pcode=100044 One of the cool things you can do is build an accordion panel in the text area for better utilization of the valuable screen real estate and helping the overall experience.(Watch the 0:15 second video below to see how accordion works - Sorry for the jitter in the video. The screen recorder does not record fast enough) Here is the html behind the text area : Please note that Spotfire controls are automatically created when you add text area controls, like filters, drop down lists etc. <DIV id="myaccordion"> <H3>Analysis Details</...
Comments
Post a Comment