interpolatescaling
single function to sort data into logarithmically assigned buckets
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.8%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
single function to sort data into logarithmically assigned buckets
Basic Info
- Host: GitHub
- Owner: aReallyBadDoctor
- Language: Python
- Default Branch: main
- Size: 6.84 KB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Created 12 months ago
· Last pushed 12 months ago
Metadata Files
Readme
Citation
README.md
Use InterpolateScalingPy to make a logarithmically scaled series:
To download this repository:
git clone https://github.com/aReallyBadDoctor/InterpolateScaling
cd InterpolateScaling
Import in Python script:
```
import InterpolateScaling
Interpolate:
InterpolateScaling.interpolate(a, b, n, k)
```
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Josh"
given-names: "Liefeld"
title: "InterpolateScalingPy"
version: 1.0
date-released: 2025-06-23
url: "https://github.com/aReallyBadDoctor/InterpolateScaling"
identifiers:
- type: doi
value: 10.5281/zenodo.15733193
GitHub Events
Total
- Release event: 1
- Push event: 3
- Create event: 3
Last Year
- Release event: 1
- Push event: 3
- Create event: 3