Giter VIP home page Giter VIP logo

xtsmooth's Introduction

xtsmooth - panel version of Stata's smooth command

Installation

cap ado uninstall xtsmooth
net install xtsmooth, from("https://github.com/sergiocorreia/xtsmooth/raw/master/src")

Local installation

cap ado uninstall xtsmooth
net install xtsmooth, from("C:\Git\xtsmooth\src")

Differences with smooth

  1. Slightly different results with the S smoother if there are two flat regions in a row (peaks/troughs).
  2. Even-number smoothers (2, 4, 6, 8) are not implemented.
  3. Data must have been tsset or xtset (to compare it with smooth you can always do gen t = _n; tsset t).
  4. Missing values in the middle of a series will not raise an error but the data will be treated as two separate series.
  5. The syntax is a bit more modern: xtsmooth var, smoother(..) .. instead of xtsmooth smoother var, ....

xtsmooth's People

Contributors

sergiocorreia avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

arlionn jannsz10

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.