Skip to content

Maikol Solís

Personal website where I also blog

  • Home
  • Blog
  • About
  • Works
  • Computer Code
    • The Project Euler
  • Teaching
    • Estadística Actuarial I (CA-303). II Ciclo, 2014
    • Proyecto Final: Estadística Actuarial I (CA303). II Ciclo, 2014
  • RSS

Welcome to Our Blog

Complete Articles

Decoration
Optimizing the binwidth for the histogram using cross validation

April 26, 2014February 25, 2017

  • Statistics

Optimizing the binwidth for the histogram using cross validation

Introduction The cross validation is a common technique to calibrate the binwidth histogram. They are the simplest and, sometimes, the most effective tool to describe the density of some dataset.

Read More

Project Euler: Problem #5 – Smallest multiple

February 8, 2014February 16, 2017

  • Project Euler

Project Euler: Problem #5 – Smallest multiple

Smallest multiple 2520 is the smallest number that can be divided by each of the numbers from 1 to 10 without any remainder. What is the smallest positive number that is evenly divisible by all of the numbers from 1 to 20?

Read More