CXR-K-Sim1 Model - Simulation model with Monte Carlo forecasting
Project description
CXR-K-Sim1 Model
Simulation-focused CXR model with Monte Carlo financial forecasting and risk analysis.
Installation
pip install cxr-k-sim1
Quick Start
from cxr_k_sim1 import analyze
claim = {
"claimId": "CLM-001",
"patientId": "PAT-001",
"providerId": "PROV-001",
"serviceDate": "2024-01-15",
"procedureCode": "99213",
"billedAmount": 1000.0,
"metadata": {"reviewThreshold": 0.85}
}
result = analyze(claim, tenant_id="tenant-123")
print(result["financialImpact"]["monteCarlo"])
Features
- 7-plane fusion
- Monte Carlo simulation (mean, percentiles, confidence interval)
- Denial scenario simulation
- Risk distribution analysis
Usage
from cxr_k_sim1 import get_model
model = get_model()
result = model.analyze(claim, tenant_id)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cxr_k_sim1-0.1.0.tar.gz
(2.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cxr_k_sim1-0.1.0.tar.gz.
File metadata
- Download URL: cxr_k_sim1-0.1.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6fd6a9d0b3d401df10b9833cadfa6e0ebb0494c2c1d03d8a57d25ae3d5d021e
|
|
| MD5 |
27feb2a773b813d817f27dc4c5aeb2f6
|
|
| BLAKE2b-256 |
51e75887d94fe3a794abf200a462147b4b8d4c2d94ee1e08f7211d29ff900c2a
|
File details
Details for the file cxr_k_sim1-0.1.0-py3-none-any.whl.
File metadata
- Download URL: cxr_k_sim1-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9511bc92696c858691a73587682af06b7ac45db41db08eb7bffc429c4a323079
|
|
| MD5 |
226223e7f1fbdb37144ffef38810ba8a
|
|
| BLAKE2b-256 |
739d341a5fd51b11bbe1b362dc9953986a18d308064c5fae03dda3a90764fbe7
|