VB Syntax
String CTStatHypothesisObjects.HypMeanDiffKnownSigma( _
String Key, _
Long Reload, _
String DistKey1, _
String DistKey2, _
Double sigma1, _
Double sigma2, _
Double meandiff)
Excel Spreadsheet Syntax
=CT.STAT.HypMeanDiffKnownSigma(
Excel String Cell Key,
Excel Numeric Cell Reload,
Excel String Cell DistKey1,
Excel String Cell DistKey2,
Excel Numeric Cell sigma1,
Excel Numeric Cell sigma2,
Excel Numeric Cell meandiff)
C++ Syntax
static std::string HypMeanDiffKnownSigma(
std::string Key,
long Reload,
std::string DistKey1,
std::string DistKey2,
double sigma1,
double sigma2,
double meandiff);
DotNET Syntax
System.String CTStatHypothesisObjectsSA.HypMeanDiffKnownSigma(
System.String Key,
System.Int32 Reload,
System.String DistKey1,
System.String DistKey2,
System.Double sigma1,
System.Double sigma2,
System.Double meandiff);