#' @export
torch_semi_sd<-function(x,
min = NULL,
max = 0,
center = F)
{
v = torch_semi_var(x,min = min, max = max, center = center)
return(sqrt(v))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.