search for: sigma_x

Displaying 2 results from an estimated 2 matches for "sigma_x".

Did you mean: sigma_j
2023 Nov 08
1
Problem in R code
...rn in India". To achieve the results I am applying a* two-dimensional Gaussian fit* on an LST raster of 1 km spatial resolution but I am facing two errors in the following code. library(raster) LST <- raster("D:/Celsius_Day/MOD_01.tif") gaussian2d <- function(x, y, mu_x, mu_y, sigma_x, sigma_y, amp) { exp(-((x - mu_x)^2/(2*sigma_x^2) + (y - mu_y)^2/(2*sigma_y^2)))*amp } #define a function for the sum of squared errors between the data and the Gaussian sse <- function(p) { mu_x <- p mu_y <- p sigma_x <- p sigma_y <- p amp <- p[5] fitted <- gaussian2d(x, y,...
2007 May 08
2
statistics/correlation question NOT R question
This is not an R question but if anyone can help me, it's much appreciated. Suppose I have a series ( stationary ) y_t and a series x_t ( stationary )and x_t has variance sigma^2_x and epsilon is normal (0, sigma^2_epsilon ) and the two series have the relation y_t = Beta*x_t + epsilon My question is if there are particular values that sigma^2_x and sigma^2_epsilon have to take in