|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
InterpolationPoints
InterpolationPoints
is an option to SmoothKernelDistribution and FunctionInterpolation that specifies the initial number of interpolation points to use.
DetailsDetails
- The following settings can be given for InterpolationPoints:
-
Automatic automatically place interpolation points n use
uniformly spaced interpolation points{spec1,spec2,...} use
,
, ... in different dimensions
ExamplesExamplesopen allclose all
Basic Examples (3)Basic Examples (3)
Set the initial number of interpolation points in SmoothKernelDistribution:
| In[1]:= |
| In[2]:= |
| In[3]:= |
| Out[3]= | ![]() |
Use 10 and 100 interpolation points for a bivariate SmoothKernelDistribution:
| In[1]:= |
| In[2]:= |
| In[3]:= |
| Out[3]= | ![]() |
Give interpolation points separately for each dimension:
| In[1]:= |
| In[2]:= |
| In[3]:= |
| Out[3]= | ![]() |
New in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »



