|
enum | Kernel {
Gaussian = 0,
Epanechnikov = 1,
Rectangular = 2,
Triangular = 3,
Cosine = 4,
Gaussian = 0,
Epanechnikov = 1,
Rectangular = 2,
Triangular = 3,
Cosine = 4
} |
|
enum | Kernel {
Gaussian = 0,
Epanechnikov = 1,
Rectangular = 2,
Triangular = 3,
Cosine = 4,
Gaussian = 0,
Epanechnikov = 1,
Rectangular = 2,
Triangular = 3,
Cosine = 4
} |
|
Definition at line 33 of file wtdensity.cpp.
◆ Kernel [1/2]
Enumerator |
---|
Gaussian | |
Epanechnikov | |
Rectangular | |
Triangular | |
Cosine | |
Gaussian | |
Epanechnikov | |
Rectangular | |
Triangular | |
Cosine | |
Definition at line 50 of file wtdensity.cpp.
◆ Kernel [2/2]
Enumerator |
---|
Gaussian | |
Epanechnikov | |
Rectangular | |
Triangular | |
Cosine | |
Gaussian | |
Epanechnikov | |
Rectangular | |
Triangular | |
Cosine | |
Definition at line 50 of file wtdensityPlain.cpp.
◆ DensityApp() [1/2]
DensityApp::DensityApp |
( |
const WEnvironment & |
env, |
|
|
RInside & |
R |
|
) |
| |
Definition at line 63 of file wtdensity.cpp.
References bw_, cmd_, codeEdit_, Cosine, Epanechnikov, Gaussian, greeting_, group_, img_, imgfile_, kernel_, RInside::parseEval(), plot(), R_, Rectangular, reportButton(), reportEdit(), reportSpinner(), spin_, tempfile_, and Triangular.
Referenced by createApplication().
◆ DensityApp() [2/2]
DensityApp::DensityApp |
( |
const WEnvironment & |
env, |
|
|
RInside & |
R |
|
) |
| |
◆ plot() [1/2]
void DensityApp::plot |
( |
void |
| ) |
|
|
private |
Definition at line 169 of file wtdensity.cpp.
References bw_, greeting_, imgfile_, kernel_, RInside::parseEvalQ(), R_, tempfile_, and Yvec_.
Referenced by DensityApp(), reportButton(), reportEdit(), and reportSpinner().
◆ plot() [2/2]
void DensityApp::plot |
( |
| ) |
|
|
private |
◆ reportButton() [1/2]
void DensityApp::reportButton |
( |
| ) |
|
|
private |
◆ reportButton() [2/2]
void DensityApp::reportButton |
( |
| ) |
|
|
private |
◆ reportEdit() [1/2]
void DensityApp::reportEdit |
( |
| ) |
|
|
private |
◆ reportEdit() [2/2]
void DensityApp::reportEdit |
( |
| ) |
|
|
private |
◆ reportSpinner() [1/2]
void DensityApp::reportSpinner |
( |
| ) |
|
|
private |
◆ reportSpinner() [2/2]
void DensityApp::reportSpinner |
( |
| ) |
|
|
private |
◆ bw_
◆ cmd_
std::string DensityApp::cmd_ |
|
private |
◆ codeEdit_
WLineEdit * DensityApp::codeEdit_ |
|
private |
◆ greeting_
WText * DensityApp::greeting_ |
|
private |
◆ group_
WButtonGroup * DensityApp::group_ |
|
private |
◆ img_
WImage * DensityApp::img_ |
|
private |
◆ imgfile_
WFileResource * DensityApp::imgfile_ |
|
private |
◆ kernel_
◆ R_
◆ spin_
WSpinBox * DensityApp::spin_ |
|
private |
◆ tempfile_
std::string DensityApp::tempfile_ |
|
private |
◆ Yvec_
Rcpp::NumericVector DensityApp::Yvec_ |
|
private |
The documentation for this class was generated from the following files: