Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing colnames to MA functions
The following functions didn't add column names: * HMA() * ALMA() * WMA() * EVWMA() EVWMA() and WMA() didn't reclass() before the if-statement, so the colnames weren't added because the dims were always NULL. The fix to WMA() meant we didn't have to add a reclass() to ALMA() and HMA(). We just had to set the column name. Closes #131. --------- Co-authored-by: Joshua Ulrich <[email protected]>
- Loading branch information