Monthly Archive: August 2018

Make R speak

Every wanted to make R talk to you? Now you can, with the mscstts package by John Muschelli. It provides an interface to the Microsoft Cognitive Services Text-to-Speech API (hence...continue reading.

Linear programming in R

Linear programming is a technique to solve optimization problems whose constraints and outcome are represented by linear relationships.Simply put, linear programming allows to solve problems of the following kind:Maximize/minimize $\hat...continue reading.