Skip to content
View dayanara846's full-sized avatar
Block or Report

Block or report dayanara846

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dayanara846/README.md

Hi, I'm Dayanara M. Diaz Vargas!

Economics Masters Student at Northeastern University.

Twitter: dayanara846 GitHub dayanara846

A little more about me...

class Dayanara846:

    def __init__(self):
        self.username = 'dayanara846'
        self.name = 'Dayanara M. Diaz Vargas'
        self.web = 'dayanara846.github.io'
        self.linkedin = 'https://www.linkedin.com/in/dayanara-mary-diaz-vargas/'
        self.twitter = '@dayanara846'
        self.code = {
            'data analysis': ['R', 'Python', 'C++', 'STATA', 'Eviews', 'Excel'],
            'visualization': ['Tableau', 'Microsoft PowerBI', 'ArcGIS'],
            'database': ['SQL', 'Microsoft Access'],
            'Web Apps': ['Shiny', 'Plotly', 'Spyre'],
            'Front-End Web Development': ['HTML', 'CSS', 'JavaScript', 'JSON']
            'tools': ['GIT', 'GitHub', 'GitLab', 'Jupyter notebook', 'Pandas'],
            'favorite libraries': ['TensorFlow', 'Keras', 'PyTorch', 'Scipy', 'Quantmod', 'Quandl', 'Ggplot2', 'Dplyr']
        }
        self.interests = ['judo', 'finance', 'social sciences', 'data science', 'Ariana Grande']

    def __str__(self):
        return self.name


if __name__ == '__main__':
    me = Dayanara846()

My Stats

Top language used in my repos
Languages used in my public repos - I am a big fan of JavaScript 😛

GitHub Stats

Get in touch

Visits


dayanara-mary-diaz-vargas dayanara846.github.io dayanaradiazvargas

I love taking up new challenges, so if you want to collaborate on a project, I'll be happy to join your venture! :)

Pinned

  1. Time-Series-Modeling Time-Series-Modeling Public

    I show how to analyze time series, make forecasts and use various methods to evaluate time series models.

    R 1

  2. Algorithmic-Trading Algorithmic-Trading Public

    I automate trading decisions with different algorithms.

    R 1

  3. Derivative-Pricing Derivative-Pricing Public

    I make use of popular techniques to estimate derivative pricing.

  4. Optimization Optimization Public

    I use dynamic rebalancing, genetic algorithm, and various other techniques to optimize asset allocation.

  5. Risk-Management Risk-Management Public

    I use simulations, regressions, and other techniques to minimize day-trading risks.

  6. Trading-with-Machine-Learning Trading-with-Machine-Learning Public

    Use supervised and unsupervised machine learning algorithms to trade stocks.

    1