File:SnrVScor.png

From 太極
Jump to navigation Jump to search

SnrVScor.png(483 × 443 pixels, file size: 20 KB, MIME type: image/png)

library(dplyr)
library(ggplot2)
tibble(snr = seq(1,40)) %>% 
  mutate(cor=sqrt(snr)/sqrt(snr+1)) %>% 
  ggplot(aes(snr, cor)) + geom_point() + labs(x="SNR", y="Cor(Y, f(X))")

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current14:13, 18 March 2022Thumbnail for version as of 14:13, 18 March 2022483 × 443 (20 KB)Brb (talk | contribs)

The following page uses this file: