Alex Herbert
Alex Herbert
I have had a crash course in SAS and managed to get the following to run in their online SASStudio for the [univariate procedure](https://documentation.sas.com/doc/en/pgmsascdc/v_043/procstat/procstat_univariate_details14.htm#:~:text=The%20UNIVARIATE%20procedure%20automatically%20computes,options%20in%20the%20OUTPUT%20statement.): ``` data A; input Value @@;...
I'll try and put in a PR next week to: match the documentation to the Hyndman and Fan paper; and update the `closest_observation` implementation.
The build died at the PMD plugin with an unsupported class major version number of 67 (for Java 23). However the build on 23 is allowed to fail as it...