You are here: Symbol Reference > Statistics Namespace > Functions > Statistics.LatinHyperCubeDesign Function
Stats Master VCL
ContentsIndex
Example
Use MtxExpr, Statistics;
procedure Example;
var e: Matrix;
begin
  // 50 values for each of 3 variables
  LatinHyperCubeDesign(e,50,3);
end;
#include "MtxExpr.hpp"
#include "Statistics.hpp"
void __fastcall Example()
{
  sMatrix e;
  LatinHyperCubeDesign(e,50,3);
}
Copyright (c) 1999-2025 by Dew Research. All rights reserved.