User contributions for Brb
Jump to navigation
Jump to search
8 March 2024
- 15:5115:51, 8 March 2024 diff hist +366 Regression →Example 1: data with outliers
- 15:4915:49, 8 March 2024 diff hist +805 N File:DataOutliers2.png {{Pre}} puree <- read.csv("https://gist.githubusercontent.com/arraytools/e851ed88c7456779557fbf3ed67b157a/raw/9971c61fea1db99acbd9de17ea82679ba9811358/dataOutliers2.csv", header=F) plot(puree[,1], puree[, 2], xlab="X", ylab="Y") abline(lm(V2 ~ V1, data = puree)) # robust regression require(MASS) summary(rlm(V2 ~ V1, data = puree)) abline(rr.huber <- rlm(V2 ~ V1, data = puree), col = "blue") # quantile regression library(quantreg) abline(rq(V2 ~ V1, data=puree, tau = 0.5), col = "red") # theil... current
- 14:1914:19, 8 March 2024 diff hist +155 R packages →Posit Package Manager/RStudio Package Manager
- 11:3911:39, 8 March 2024 diff hist +7 Genome →Low read count and filtering
- 11:1311:13, 8 March 2024 diff hist +1,603 Genome →Low read count and filtering
- 10:1710:17, 8 March 2024 diff hist +1,043 Genome →Low read count and filtering
- 08:1408:14, 8 March 2024 diff hist +95 Online tools →Extract the values of data in a plot
- 07:5907:59, 8 March 2024 diff hist +59 Online tools →Extract the values of data in a plot
- 07:4207:42, 8 March 2024 diff hist +5 Jetson →General information
- 07:3407:34, 8 March 2024 diff hist +242 Video →Video Trimmer
7 March 2024
- 17:2217:22, 7 March 2024 diff hist +130 Recipes →鍋子噴火
- 17:1817:18, 7 March 2024 diff hist +202 R →factor(x , levels = ...) vs levels(x) <-
- 17:1517:15, 7 March 2024 diff hist +255 R →factor(x , levels = ...) vs levels(x) <-
- 17:0417:04, 7 March 2024 diff hist +198 R →stats::relevel()
- 16:5016:50, 7 March 2024 diff hist +321 Docker Applications →Google photo
- 14:4714:47, 7 March 2024 diff hist +143 Ubuntu →Hardware/Device manager
- 14:4114:41, 7 March 2024 diff hist +122 Reproducible →Share your code and data
- 14:3814:38, 7 March 2024 diff hist +113 KVM →Windows VM current
- 14:3614:36, 7 March 2024 diff hist +200 Ubuntu →How to Connect to WiFi using netplan
- 14:3314:33, 7 March 2024 diff hist +502 Regression →Robust regression
- 14:2714:27, 7 March 2024 diff hist +899 N File:DataOutliers.png {{Pre}} puree <- read.csv("https://gist.githubusercontent.com/arraytools/47d3a46ae1f9a9cd47db350ae2bd2338/raw/b5cccc8e566ff3bef81b1b371e8bfa174c98ef38/dataOutliers.csv", header = FALSE) plot(puree[,1], puree[, 2], xlim=c(0,1), ylim=c(0,1), xlab="X", ylab="Y") abline(0,1, lty=2) abline(lm(V2 ~ V1, data = puree)) # robust regression require(MASS) summary(rlm(V2 ~ V1, data = puree)) abline(rr.huber <- rlm(V2 ~ V1, data = puree), col = "blue") # almost overlapped with lm() # quantile regressio... current
- 12:5212:52, 7 March 2024 diff hist +68 Life →Draw 繪畫
- 12:2312:23, 7 March 2024 diff hist +272 Mac →Screenshot utility
- 12:1712:17, 7 March 2024 diff hist +710 Mac →Quicktime/QT player
- 11:2011:20, 7 March 2024 diff hist +171 Regression →Robust regression
- 08:4708:47, 7 March 2024 diff hist +67 Prediction →rpart and decision tree
6 March 2024
- 21:0721:07, 6 March 2024 diff hist +663 Motioneye →Manually record a video
- 16:0516:05, 6 March 2024 diff hist +454 Motioneye →Motion trigger, Pi zero W
- 12:4912:49, 6 March 2024 diff hist +1,036 Video →Handbrake to reduce file size
- 09:2509:25, 6 March 2024 diff hist +245 Kodi →TV
5 March 2024
- 21:1521:15, 5 March 2024 diff hist +33 Linux →at command: Schedule a task
- 21:1521:15, 5 March 2024 diff hist +301 Vlc →Timer for recording
- 21:0621:06, 5 March 2024 diff hist +266 Linux →at command: Schedule a task
- 20:4520:45, 5 March 2024 diff hist +406 Vlc →Timer for recording
- 18:0318:03, 5 March 2024 diff hist +817 Vlc →Use VLC to record internet radio (suitable if the stream is continuous)
- 14:4414:44, 5 March 2024 diff hist +12 Prediction →rpart and decision tree
- 14:3914:39, 5 March 2024 diff hist +661 Prediction →rpart and decision tree
- 11:4011:40, 5 March 2024 diff hist +236 Prediction →rpart and decision tree
- 11:3011:30, 5 March 2024 diff hist +483 Prediction →rpart and decision tree
- 11:2211:22, 5 March 2024 diff hist +641 Prediction →rpart and decision tree
- 09:5409:54, 5 March 2024 diff hist +78 Prediction →rpart and decision tree
- 09:4709:47, 5 March 2024 diff hist +1,102 Prediction →caret
4 March 2024
- 08:5808:58, 4 March 2024 diff hist +70 Kodi →TV
- 08:5608:56, 4 March 2024 diff hist +295 Kodi →TV
- 08:2908:29, 4 March 2024 diff hist +110 Ubuntu →Drum
3 March 2024
- 21:4621:46, 3 March 2024 diff hist +504 Ubuntu →Resize Active/Primary root Partition In Linux Using GParted Utility
2 March 2024
- 21:3521:35, 2 March 2024 diff hist +1,179 Kodi →TV
- 21:2121:21, 2 March 2024 diff hist +28 Kodi →TV
- 21:1921:19, 2 March 2024 diff hist +290 Kodi →TV
- 14:1814:18, 2 March 2024 diff hist +141 Life →Underpayment penalty