More Function Boards

 Function boards Data boards Tool boards

ArVol.wsc Perimeter, area and volume of simple geometric figures
 
cperR(r) Perimeter of circle
carR(r) Area of circle
sarR(r) Surface area of sphere
elarAB(a,b) Area of ellipse
elvolABC(a,b,c) Volume of ellipsiod
cyarHR(h,r) Surface area of cylinder
cyvolHR(h,r) Volume of cylinder
coarLR(l,r) Curved surface area of circular cone
covolAH(A,h) Volume of cone or pyramid
toarRR(r1,r2) Surface area of torus
tovolRR(r1,r2) Volume of torus
scarRD(r,d) Area of spherical cap
scvolRD(r,d) Volume of spherical cap
triag.wsc Solving triangle
 
sASS(alfa,b,c) Side a in triangle by cosine formula
sASA(alfa,b,gamma) Side "c" in triangle by sine formula
anSSS(a,b,c) Angle alfa in triangle by cosine formula
anSSA(a,b,beta) Angle alfa in triangle by sine formula
arSSS(a,b,c) Area of triangle from three sides
arSSA(a,b,gamma) Area of triangle from two side and angle
arSAA(a,beta,gamma) Area of triangle from two angles and one side
arHA(a,Ha) Area of triangle from a side and its height
mSSS(a,b,c) Median of triangle from three sides
mASS(alfa,b,c) Median of triangle from two sides and one angle
mASA(alfa,b,gamma) Median of triangle from two angles and one side
icSSS(a,b,c) Incircle radius of triangle from three sides
hSSS(a,b,c) Height of triangle from three sides
hASS(alfa,b,c) Height of triangle from two sides and one angle
hASA(alfa,b,gamma) Height of triangle from two angles and one side
icASS(alfa,b,c) Incircle radius of triangle from two sides and one angle
ccSSS(a,b,c) Circumcircle radius of triangle from three sides
ccASS(alfa,b,c) Circumcircle radius of triangle from two sides and one angle
ccASA(alfa,b,gamma) Circumcircle radius of triangle from one side and two angles
icASA(alfa,b,gamma) Incircle radius from two angles and one side
kinet.wsc Simple kinematics formulas
 
distUAT(u,a,t) Distance of accelerated body
vlctUAT(u,a,t) Velocity of accelerated body after time (t)
vlctUAX(u,a,x) Velocity of accelerated body after distance (x)
aclrVUT(v,u,t) Acceleration of a body after time (t)
aclrVUX(v,u,x) Acceleration of a body after distance (x)
vtanWR(w,r) Tangential velocity
vangVR(v,r) Angular velocity
acenVR(v,r) Centripetal acceleration
acenWR(w,r) Centripetal acceleration
atanRA(r,aa) Tangential acceleration
atotAA(atan,ac) Total acceleration
penduT(l,g) Periodic time of simple pendulum
penduL(T,g) Length of simple pendulum
SttA.wsc Statistical functions - part 1
 
sum(v) Sum of the vector elements
DotProd(v,w) Dot product of vector v and w, sum of products of correspondent elements.
min(v) Minimum element value in the vector v
max(v) Maximum element value in the vector v
SumOfSqr(v) Sum of squares of the vector elements
normal(v) Normalize the vector by dividing its elements by Sqrt(SumOfSqr)
varnc(v) Variance of a vector sample
StDev(v) Standard deviation of a vector sample
average(v) Average (arithmetic mean) of a vector sample
median(v) Median of a sample vector. 
mode(v) Mode of a sample vector
PopVar(v) Population variance of a sample vector
M1(v) First central moment of a sample vector
M2(v) Second central moment of a sample vector
M3(v) Third central moment of a sample vector
M4(v) Fourth central moment of a sample vector
skew(v) Skewness is a measure of the degree of asymmetry of a distribution.
kurtosis(v) Kurtosis of a sample vector
product(v) Product of all vector elements
angle(v,w) The angle between vectors v and w
SttB.wsc Statistical functions - part 2
 
AveDev(v) Average of the absolute deviations of data points from their mean. 
DevSq(v) Sum of squares of deviations of data points from their sample mean.
Confidence(Alpha,StdDev,Size) Confidence interval for a population mean.
Frequency(v,bins) Calculates how often values occur within an array of data,
Correl(v,w) Correlation coefficient of the V and W arrays.
Covar(v,w) Covariance, the average of products of deviations, for the V and W arrays. 
Large(v,K) K'th largest value in an array of data. 
Small(v,K) K'th smallest value in an array of data. 
GeoMean(v) Geometric mean of an array of positive data. 
HarMean(v) Harmonic mean of an array of data. 
TrimMean(v,perc) Mean of V after trimming Percent points from the data set.
Rank(N,v,Ascended) Rank of a number in a list of numbers. 
Forecast(X,KnownY,KnownX) Calculates a future value by using existing values. 
ForeExp(X,KnownY,KnownX) Calculates a future value by using existing values. 
Percentile(v,K) Returns the value of the K'th percentile of an array of data.
PerceRank(v,X) Returns the percentile position of a value within an array of data.
Intercept(KnownY,KnownX) Calculates the point at which a line will intersect the y-axis 
Slope(KnownY,KnownX) Slope of the linear regression line through data points 
RSq(KnownY,KnownX) Square of the Pearson product moment correlation coefficient
STEYX(KnownY,KnownX) Standard error of the predicted y-value for each X in a linear regression. 

Dist.wsc
Discrete statistical distributions
 
BetaDist(X,Alpha,Beta,A,B) Returns the cumulative beta probability density function.
BetaInv(Prob,Alpha,Beta,A,B) Inverse of the cumulative beta probability density function.
BinomDist(NumbS,Trial,Probs,Cumul) Individual term binomial distribution probability.
CritBinom(Trials,ProbS,Alpha) The smallest value for which the cumulative binomial distribution
ChiDist(X,DegFree) One-tailed probability of the chi-squared distribution.
ChiInv(Prob,DegFree) The inverse of the one-tailed probability of the chi-squared
ExponDist(X,Lambda,Cumul) Exponential distribution. 
FDist(X,DegFree1,DegFree2) F probability distribution. 
FInv(Prob,DegFree1,DegFree2) Inverse of the F probability distribution. 
LogNDist(X,Mean,StdDev) Cumulative lognormal distribution of X, 
LogInv(Prob,Mean,StdDev) Inverse of the lognormal cumulative distribution function 
NormDist(X,Mean,StdDev,Cumul) Normal cumulative distribution 
NormInv(Prob,Mean,StdDev) Inverse of the normal cumulative distribution 
NormSDist(Z) Standard normal cumulative distribution function.
NormSInv(Prob) Inverse of the standard normal cumulative distribution.
TDist(X,DegFree,TwoTails) Student's t-distribution. 
TInv(Prob,DegFree) Inverse of the Student's t-distribution 
Poisson(X,Mean,Cumul) Poisson distribution.
SpFn.wsc Special functions
 
gammln(x) Return ln(Gamma(x)), used latter intead of Gamma(x), because of
gammp(a,x) Return the Incomplete gamma function P(a,x)
gammq(a,x) Return the Incomplete gamma function Q(a,x)
betaf(z,w) Return the beta function
betacf(a,b,x) Return the fraction for incomplete beta function (used by "betai")
betai(a,b,x) Return the incoplete beta function
bessj(n,x) Return Bessel function J(n,z)
bessy(n,x) Return Bessel function Y(n,z)
bessi(n,x) Return modified Bessel function I(n,z), equivalent to the usual Bessel
bessk(n,x) Return modified Bessel function K(n,z), equivalent to the usual Bessel
erf(x) Return the Error function
erfc(x) Return the Complementary error function
plgndr(l,m,x) Return associated Legender polinomial P(l,m,x)
el2(x,kc,a,b) Return general eliptic integral of second kind el2(x,kc,a,b)
cel(kc,p,a,b) Return general complete eliptic integral cel(kc,p,a,b)
trgh.wsc Hyperbolic trigonometric functions
 
sinh(X) Hyperbolic Sine
cosh(x) Hyperbolic Cosine
tanh(X) Hyperbolic Tangent
coth(X) Hyperbolic Cotangent
asinh(X) Inverse Hyperbolic Sine
acosh(X) Inverse Hyperbolic Cosine
atanh(X) Inverse Hyperbolic Tangent
acoth(X) Inverse Hyperbolic Cotangent
sech(X) Hyperbolic Secant
csch(X) Hyperbolic Cosecant
asech(X) Inverse Hyperbolic Secant
acsch(X) Inverse Hyperbolic Cosecant

Go to Function Boards Go to Data boards Go to Tool Boards