Skip to content

sunt05/9.WolframResourceFunctions

Repository files navigation

My Wolfram Resource Functions

View notebooks

(create your own WL badge)

Published

My published functions:

  1. MedianQuantileAround: Calculate the median of a list along with its uncertainty

  2. KeyGroupBy: Apply a function to keys of an association and group results by modified keys

  3. AssociationTranspose: Transpose the levels of an Association with nested levels

  4. NaNQ: Test if a numeric value is an IEEE 754 NaN

  5. ReplaceNaN: Replace all IEEE 754 NaN values in an array with custom representations

  6. NFunction: Allow a function to perform pure numeric computation by silently ignoring non-numeric values

Under Review

In Progress

  • TimeSeriesRound: Round a TimeSeries/TemporalData to a closest timestamp of given granularity
  • ReadPandasHDF/WritePandasHDF: Read/Write HDF5 files compatible with Python pandas package
  • ShowGrid: Display matrix of plot/graphics panels using Grid with enhanced handling of plot dimensions