Authors

Ilya Kipnis 104

Trend Vigor Part IV: Shorting and Walk Forward Test Latest

16.06.2014

While Trend Vigor has potential on the long end (as seen in part III of this investigation here), as Andreas Clenow has stated in his article “Trend Following Does Not Work On Stocks”, the short side of trend following gets killed in equities....

8289 sym R (27558 sym/8 pcs) 16 img

CTE 2020 First Entrance & Aptitude Test Results Latest

24.04.2023

R2020A Intro The University of Liberia customarily administers entrance and placement exams as part of the vetting process of admission. The test is intended to help determine selection of those who are at least capable of doing college course work...

11734 sym

Stéphane Laurent 103

Multiple integral over a polyhedron Latest

26.02.2019

You are a R user and you have to evaluate the integral \[ \int_{-5}^4\int_{-5}^{3-x}\int_{-10}^{6-x-y} f(x,y,z) \,\mathrm{d}z\,\mathrm{d}y\,\mathrm{d}x \] for a certain function \(f\). How? A possibility is to...

3259 sym R (1769 sym/10 pcs) 2 img

patients_cnmf_analysis_5Kvargenes Latest

23.11.2022

f = open('../Data/cnmf/patients_5Kvargenes_cnmf_obj.pckl', 'rb') cnmf_obj = pickle.load(f) f.close() selected_k = 5 cnmf_obj.consensus(k=selected_k, density_threshold=0.1) usage_norm, gep_scores, gep_tpm, topgenes =...

2867 sym R (7745 sym/7 pcs) 11 img

Rachel Saidi 102

Initial COVID-19 Exploration Latest

31.03.2020

Load COVID-19_Cases Dataset library(tidyverse) ## -- Attaching packages --------------------------------------- tidyverse 1.2.1 -- ## v ggplot2 3.2.1 v purrr 0.3.3 ## v tibble 2.1.3 v dplyr 0.8.3 ## v tidyr 1.0.0 v stringr...

109 sym R (8282 sym/20 pcs) 1 img

Peter Prevos 101

Euler Problem 1: Multiples of 3 or 5 Latest

30.11.2016

Euler Problem 1 Definition If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23. Find the sum of all the multiples of 3 or 5 below 1000. Solution There are four ways to...

1701 sym R (444 sym/2 pcs) 10 img

Jeroen Ooms 101

OpenCPU at useR 2012 Latest

08.06.2012

OpenCPU will be presented at useR 2012 in Nashville! Have a look at the abstract and the conference program. In the presentation we will introduce 3 inter-related projects which build on R: OpenCPU An open source framework for web development...

1137 sym

STA 279 Lab 6 Latest

26.11.2019

Complete all Questions and submit final PDF under Assignments in Sakai. The Data Today we will be working with data on teen drinking behavior. The data may be found on Sakai. Our data contain information on 82 adolescents at three different...

5594 sym

Plotly scatterplots: fertility, contraceptive use, and education Latest

13.01.2020

(Last updated: 2020-01-13) Scatter plots presenting associations among fertility, contraceptive use, and women’s education at a national-level Data came from 286 Demographic and Health Surveys conducted in 87 countries between 1985 and 2018....

693 sym

romain francois 100

RGG# 154: demo of atomic functions Latest

07.07.2009

Przemyslaw Biecek has submitted this graph (and also others I will add later) to the graphics gallery A list of examples for the atomic functions polygon(), segments(), symbols(), arrows(), curve(), abline(), points(), lines(). this figure is...

714 sym 2 img