help@rskworld.in +91 93305 39277
RSK World
  • Home
  • Development
    • Web Development
    • Mobile Apps
    • Software
    • Games
    • Project
  • Technologies
    • Data Science
    • AI Development
    • Cloud Development
    • Blockchain
    • Cyber Security
    • Dev Tools
    • Testing Tools
  • Blog
  • About
  • Contact

Theme Settings

Color Scheme
Display Options
Font Size
100%
Back to Project
RSK World
statsmodels-statistical
RSK World
statsmodels-statistical
Statistical Modeling with Statsmodels
statsmodels-statistical
  • __pycache__
  • data
  • examples
  • notebooks
  • .gitignore458 B
  • CHANGELOG.md4 KB
  • FEATURES.md6.3 KB
  • LICENSE1.2 KB
  • PROJECT_INFO.md2.2 KB
  • PROJECT_SUMMARY.md4.2 KB
  • README.md7.4 KB
  • RELEASE_NOTES_v1.0.0.md6.5 KB
  • UNIQUE_FEATURES.md5.3 KB
  • advanced_time_series.py9.8 KB
  • automated_reporting.py8.3 KB
  • bayesian_statistics.py7.5 KB
  • data_preprocessing.py8.2 KB
  • econometric_modeling.py9.8 KB
  • hypothesis_testing.py12.5 KB
  • index.html10.8 KB
  • model_evaluation.py9.1 KB
  • model_persistence.py6.5 KB
  • model_selection.py9.7 KB
  • panel_data_analysis.py7.3 KB
  • performance_benchmarking.py7.3 KB
  • regression_analysis.py9 KB
  • requirements.txt361 B
  • statistical_diagnostics.py13.8 KB
  • statsmodels-statistical.png284 B
  • time_series_analysis.py10.3 KB
  • visualization_utils.py8.9 KB
econometric_data.csvREADME.mdlazy_evaluation.pyadvanced_queries.pyhypothesis_testing_example.pycustom_layers.pyPROJECT_INFO.mdhypothesis_test_data.csvREADME.mdFEATURES.md
data/econometric_data.csv
Raw Download
Find: Go to:
date,GDP,Consumption,Investment,Unemployment
2020-01-01,100.0,85.0,45.0,5.2
2020-02-01,101.2,86.1,45.5,5.1
2020-03-01,102.5,87.3,46.2,5.0
2020-04-01,103.8,88.5,47.0,4.9
2020-05-01,105.1,89.7,47.8,4.8
2020-06-01,106.4,90.9,48.5,4.7
2020-07-01,107.7,92.1,49.3,4.6
2020-08-01,109.0,93.3,50.0,4.5
2020-09-01,110.3,94.5,50.8,4.4
2020-10-01,111.6,95.7,51.5,4.3
2020-11-01,112.9,96.9,52.3,4.2
2020-12-01,114.2,98.1,53.0,4.1
2021-01-01,115.5,99.3,53.8,4.0
2021-02-01,116.8,100.5,54.5,3.9
2021-03-01,118.1,101.7,55.3,3.8
2021-04-01,119.4,102.9,56.0,3.7
2021-05-01,120.7,104.1,56.8,3.6
2021-06-01,122.0,105.3,57.5,3.5
2021-07-01,123.3,106.5,58.3,3.4
2021-08-01,124.6,107.7,59.0,3.3
2021-09-01,125.9,108.9,59.8,3.2
2021-10-01,127.2,110.1,60.5,3.1
2021-11-01,128.5,111.3,61.3,3.0
2021-12-01,129.8,112.5,62.0,2.9
2022-01-01,131.1,113.7,62.8,2.8
2022-02-01,132.4,114.9,63.5,2.7
2022-03-01,133.7,116.1,64.3,2.6
2022-04-01,135.0,117.3,65.0,2.5
2022-05-01,136.3,118.5,65.8,2.4
2022-06-01,137.6,119.7,66.5,2.3
2022-07-01,138.9,120.9,67.3,2.2
2022-08-01,140.2,122.1,68.0,2.1
2022-09-01,141.5,123.3,68.8,2.0
2022-10-01,142.8,124.5,69.5,1.9
2022-11-01,144.1,125.7,70.3,1.8
2022-12-01,145.4,126.9,71.0,1.7

39 lines•1.2 KB
csv
README.md
Raw Download

README.md

# Statsmodels Statistical Modeling

<!--
Author: RSK World
Website: https://rskworld.in
Email: help@rskworld.in
Phone: +91 93305 39277
Description: Statistical modeling with Statsmodels including regression analysis, time series models, hypothesis testing, and statistical tests.
-->

Statistical modeling with Statsmodels including regression analysis, time series models, hypothesis testing, and statistical tests.

## Description

This project demonstrates Statsmodels, a library for statistical modeling and econometrics in Python. It covers linear and generalized linear models, time series analysis, hypothesis testing, statistical tests, and diagnostic tools. Perfect for statistical analysis and econometric modeling.

## Features

- **Linear and GLM regression** - OLS, GLM with multiple families, comprehensive diagnostics
- **Time series analysis** - ARIMA, SARIMA, exponential smoothing, decomposition, forecasting
- **Advanced time series** - Auto ARIMA selection, SARIMA models, comprehensive stationarity tests
- **Hypothesis testing** - T-tests, ANOVA, chi-square, normality tests, non-parametric tests
- **Statistical diagnostics** - Multicollinearity, heteroscedasticity, autocorrelation, influential points
- **Econometric modeling** - VAR, VARMAX, cointegration tests, impulse response functions, Granger causality
- **Model selection** - Stepwise selection, model comparison, information criteria
- **Model evaluation** - Cross-validation, time series CV, multiple metrics, learning curves
- **Feature selection** - VIF-based removal, correlation filtering
- **Data preprocessing** - Missing value handling, outlier detection/removal, scaling, stationarity transformation
- **Visualization utilities** - Comprehensive plotting functions for all analyses
- **Bayesian statistics** - Bayesian inference, posterior distributions, Bayes factors
- **Panel data analysis** - Fixed effects, random effects, Hausman test
- **Model persistence** - Save/load models, model serialization, metadata management
- **Automated reporting** - Generate comprehensive reports in TXT and HTML formats
- **Performance benchmarking** - Model comparison, execution time profiling, memory usage

## Technologies

- Python 3.8+
- Statsmodels
- Pandas
- NumPy
- Matplotlib
- Seaborn
- Scikit-learn
- SciPy
- Jupyter Notebook

## Installation

```bash
pip install -r requirements.txt
```

## Usage

### Linear Regression

```python
from regression_analysis import LinearRegressionModel

# Create and fit model
model = LinearRegressionModel()
model.fit(X, y)
model.summary()
```

### Time Series Analysis

```python
from time_series_analysis import TimeSeriesModel

# Create and fit time series model
ts_model = TimeSeriesModel()
ts_model.fit(data)
ts_model.forecast(steps=10)
```

### Hypothesis Testing

```python
from hypothesis_testing import StatisticalTests

# Perform statistical tests
tests = StatisticalTests()
tests.t_test(data)
tests.chi_square_test(data)
```

### Model Selection

```python
from model_selection import ModelSelection

# Compare multiple models
selector = ModelSelection()
comparison = selector.compare_models(X, y, models_dict)

# Stepwise feature selection
features, model = selector.stepwise_selection(X, y)
```

### Model Evaluation

```python
from model_evaluation import ModelEvaluation

# Cross-validation
evaluator = ModelEvaluation()
cv_results = evaluator.cross_validate(X, y, model_func, cv_folds=5)

# Calculate metrics
metrics = evaluator.calculate_metrics(y_true, y_pred)
```

### Advanced Time Series

```python
from advanced_time_series import SARIMAModel, AutoARIMA

# SARIMA model
sarima = SARIMAModel()
sarima.fit(data, order=(1,1,1), seasonal_order=(1,1,1,12))

# Auto ARIMA selection
auto_arima = AutoARIMA()
best_model = auto_arima.auto_select(data)
```

### Data Preprocessing

```python
from data_preprocessing import DataPreprocessor

# Handle missing values and outliers
preprocessor = DataPreprocessor()
cleaned_data = preprocessor.remove_outliers(data)
scaled_data = preprocessor.scale_data(data, method='standard')
```

### Visualization

```python
from visualization_utils import StatisticalVisualizations

# Create comprehensive plots
viz = StatisticalVisualizations()
viz.plot_correlation_matrix(data)
viz.plot_residual_analysis(residuals, fitted_values)
```

### Bayesian Statistics

```python
from bayesian_statistics import BayesianAnalysis

# Bayesian t-test
result = BayesianAnalysis.bayesian_ttest(sample1, sample2)

# Bayesian linear regression
bayesian_result = BayesianAnalysis.bayesian_linear_regression(X, y)
```

### Panel Data Analysis

```python
from panel_data_analysis import PanelDataAnalysis

# Prepare and analyze panel data
panel = PanelDataAnalysis()
panel.prepare_panel_data(df, 'entity', 'time', ['X1', 'X2', 'y'])
fe_model = panel.fixed_effects_regression('y', ['X1', 'X2'])
```

### Model Persistence

```python
from model_persistence import ModelPersistence

# Save and load models
persistence = ModelPersistence()
persistence.save_model(model, 'my_model', metadata={'r_squared': 0.95})
loaded_model, metadata = persistence.load_model('saved_models/my_model.pkl')
```

### Automated Reporting

```python
from automated_reporting import AutomatedReport

# Generate comprehensive reports
reporter = AutomatedReport()
reporter.generate_regression_report(model, X, y)
reporter.save_report('analysis_report', format='html')
```

### Performance Benchmarking

```python
from performance_benchmarking import PerformanceBenchmark

# Benchmark model performance
benchmark = PerformanceBenchmark()
comparison = benchmark.compare_models(models_dict, X, y)
```

## Project Structure

```
statsmodels-statistical/
├── README.md
├── requirements.txt
├── LICENSE
├── index.html
├── regression_analysis.py # Linear and GLM regression
├── time_series_analysis.py # Basic time series models
├── advanced_time_series.py # SARIMA, Auto ARIMA
├── hypothesis_testing.py # Statistical tests
├── statistical_diagnostics.py # Model diagnostics
├── econometric_modeling.py # VAR, cointegration
├── model_selection.py # Model comparison, stepwise selection
├── model_evaluation.py # Cross-validation, metrics
├── data_preprocessing.py # Data cleaning, scaling
├── visualization_utils.py # Advanced plotting
├── bayesian_statistics.py # Bayesian inference
├── panel_data_analysis.py # Panel data models
├── model_persistence.py # Model saving/loading
├── automated_reporting.py # Report generation
├── performance_benchmarking.py # Performance profiling
├── notebooks/
│ ├── 01_linear_regression.ipynb
│ ├── 02_time_series.ipynb
│ ├── 03_hypothesis_testing.ipynb
│ └── 04_econometric_modeling.ipynb
├── data/
│ └── sample_data.csv
└── examples/
├── regression_example.py
├── time_series_example.py
└── hypothesis_testing_example.py
```

## Author

**RSK World**
- Website: https://rskworld.in
- Email: help@rskworld.in
- Phone: +91 93305 39277

## License

This project is provided as educational material for statistical modeling and analysis.

examples/hypothesis_testing_example.py
Raw Download
Find: Go to:
"""
Hypothesis Testing Example

Author: RSK World
Website: https://rskworld.in
Email: help@rskworld.in
Phone: +91 93305 39277
"""

import numpy as np
import sys
import os

# Add parent directory to path
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))

from hypothesis_testing import StatisticalTests


def main():
    print("Hypothesis Testing Example")
    print("=" * 70)
    
    # Generate sample data
    np.random.seed(42)
    sample1 = np.random.normal(100, 15, 30)
    sample2 = np.random.normal(105, 15, 30)
    sample3 = np.random.normal(110, 15, 30)
    
    # Create test object
    tests = StatisticalTests()
    
    # T-test
    print("\nT-Test:")
    print("=" * 70)
    tests.t_test(sample1, sample2)
    
    # ANOVA test
    print("\n" + "=" * 70)
    print("ANOVA Test:")
    print("=" * 70)
    tests.anova_test({
        'Group 1': sample1,
        'Group 2': sample2,
        'Group 3': sample3
    })
    
    # Normality test
    print("\n" + "=" * 70)
    print("Normality Test:")
    print("=" * 70)
    tests.normality_test(sample1)
    
    # Chi-square test
    print("\n" + "=" * 70)
    print("Chi-Square Test:")
    print("=" * 70)
    observed = np.array([30, 25, 20, 15, 10])
    expected = np.array([20, 20, 20, 20, 20])
    tests.chi_square_test(observed, expected)


if __name__ == "__main__":
    main()

66 lines•1.4 KB
python
PROJECT_INFO.md
Raw Download

PROJECT_INFO.md

# Statsmodels Statistical Modeling Project

<!--
Author: RSK World
Website: https://rskworld.in
Email: help@rskworld.in
Phone: +91 93305 39277
-->

## Project Details

- **ID**: 12
- **Title**: Statsmodels Statistical Modeling
- **Category**: Scientific Computing
- **Difficulty**: Advanced
- **Source Link**: https://github.com/rskworld/statsmodels-statistical/archive/refs/heads/main.zip
- **Demo Link**: ./statsmodels-statistical/

## Description

Statistical modeling with Statsmodels including regression analysis, time series models, hypothesis testing, and statistical tests.

## Full Description

This project demonstrates Statsmodels, a library for statistical modeling and econometrics in Python. It covers linear and generalized linear models, time series analysis, hypothesis testing, statistical tests, and diagnostic tools. Perfect for statistical analysis and econometric modeling.

## Technologies

- Python
- Statsmodels
- Pandas
- NumPy
- Matplotlib
- Jupyter Notebook

## Features

- Linear and GLM regression
- Time series analysis
- Hypothesis testing
- Statistical diagnostics
- Econometric modeling

## Icon

- **Icon**: fas fa-microscope
- **Icon Color**: text-secondary
- **Project Image**: ./statsmodels-statistical/statsmodels-statistical.png
- **Project Image Alt**: Statsmodels Statistical Modeling - rskworld.in

## Author Information

**RSK World**
- Website: https://rskworld.in
- Email: help@rskworld.in
- Phone: +91 93305 39277

## Project Structure

```
statsmodels-statistical/
├── README.md
├── requirements.txt
├── LICENSE
├── index.html
├── regression_analysis.py
├── time_series_analysis.py
├── hypothesis_testing.py
├── statistical_diagnostics.py
├── econometric_modeling.py
├── notebooks/
│ ├── 01_linear_regression.ipynb
│ ├── 02_time_series.ipynb
│ ├── 03_hypothesis_testing.ipynb
│ └── 04_econometric_modeling.ipynb
├── examples/
│ ├── regression_example.py
│ ├── time_series_example.py
│ └── hypothesis_testing_example.py
└── data/
└── sample_data.csv
```

data/hypothesis_test_data.csv
Raw Download
Find: Go to:
group,value
A,98.5
A,99.2
A,97.8
A,100.1
A,99.5
A,98.9
A,100.3
A,99.7
A,98.2
A,100.5
B,102.3
B,103.1
B,101.8
B,103.5
B,102.7
B,103.9
B,102.1
B,103.3
B,102.8
B,103.6
C,105.2
C,106.1
C,104.8
C,106.5
C,105.7
C,106.9
C,105.1
C,106.3
C,105.8
C,106.7
D,108.5
D,109.2
D,107.8
D,110.1
D,109.5
D,108.9
D,110.3
D,109.7
D,108.2
D,110.5

43 lines•368 B
csv
data/README.md
Raw Download

README.md

# Data Files

<!--
Author: RSK World
Website: https://rskworld.in
Email: help@rskworld.in
Phone: +91 93305 39277
-->

This directory contains sample datasets for various statistical analyses.

## Available Datasets

### 1. sample_data.csv
**Purpose**: Linear regression analysis
**Columns**:
- `X1`, `X2`, `X3`: Independent variables
- `y`: Dependent variable

**Usage**:
```python
import pandas as pd
df = pd.read_csv('data/sample_data.csv')
X = df[['X1', 'X2', 'X3']].values
y = df['y'].values
```

### 2. time_series_data.csv
**Purpose**: Time series analysis and forecasting
**Columns**:
- `date`: Date index
- `value`: Time series values

**Usage**:
```python
import pandas as pd
df = pd.read_csv('data/time_series_data.csv', parse_dates=['date'], index_col='date')
ts_data = df['value']
```

### 3. panel_data.csv
**Purpose**: Panel data analysis (fixed/random effects)
**Columns**:
- `entity`: Entity identifier
- `time`: Time period
- `X1`, `X2`: Independent variables
- `y`: Dependent variable

**Usage**:
```python
import pandas as pd
from panel_data_analysis import PanelDataAnalysis

df = pd.read_csv('data/panel_data.csv')
panel = PanelDataAnalysis()
panel.prepare_panel_data(df, 'entity', 'time', ['X1', 'X2', 'y'])
```

### 4. hypothesis_test_data.csv
**Purpose**: Hypothesis testing (t-tests, ANOVA)
**Columns**:
- `group`: Group identifier (A, B, C, D)
- `value`: Measurement values

**Usage**:
```python
import pandas as pd
df = pd.read_csv('data/hypothesis_test_data.csv')
groups = df['group'].unique()
samples = {group: df[df['group'] == group]['value'].values for group in groups}
```

### 5. econometric_data.csv
**Purpose**: Econometric modeling (VAR, cointegration)
**Columns**:
- `date`: Date index
- `GDP`: Gross Domestic Product
- `Consumption`: Consumption
- `Investment`: Investment
- `Unemployment`: Unemployment rate

**Usage**:
```python
import pandas as pd
df = pd.read_csv('data/econometric_data.csv', parse_dates=['date'], index_col='date')
data = df[['GDP', 'Consumption', 'Investment']]
```

## Data Characteristics

| Dataset | Rows | Columns | Type |
|---------|------|---------|------|
| sample_data.csv | 30 | 4 | Cross-sectional |
| time_series_data.csv | 90 | 2 | Time series |
| panel_data.csv | 50 | 5 | Panel |
| hypothesis_test_data.csv | 40 | 2 | Cross-sectional |
| econometric_data.csv | 36 | 5 | Time series |

## Notes

- All datasets are synthetic and created for demonstration purposes
- Data files are compatible with pandas DataFrame operations
- Date columns are formatted for easy parsing
- All datasets include author information in comments

## Author

**RSK World**
- Website: https://rskworld.in
- Email: help@rskworld.in
- Phone: +91 93305 39277

FEATURES.md
Raw Download

FEATURES.md

# Features Overview

<!--
Author: RSK World
Website: https://rskworld.in
Email: help@rskworld.in
Phone: +91 93305 39277
-->

## Complete Feature List

### 1. Regression Analysis (`regression_analysis.py`)
- **Linear Regression (OLS)**
- Model fitting with intercept option
- Prediction on new data
- Residual analysis
- Fitted values extraction

- **Generalized Linear Models (GLM)**
- Multiple family support (Gaussian, Binomial, Poisson, etc.)
- Flexible link functions
- Model summary and diagnostics

- **Diagnostic Tools**
- Residual plots (vs fitted, Q-Q, histogram, scale-location)
- Multicollinearity check (VIF)
- Heteroscedasticity test (Breusch-Pagan)
- Autocorrelation test (Durbin-Watson)

### 2. Time Series Analysis (`time_series_analysis.py`)
- **ARIMA Models**
- ARIMA(p,d,q) fitting
- Model summary and diagnostics
- Forecasting with confidence intervals

- **Time Series Decomposition**
- Additive and multiplicative decomposition
- Trend, seasonal, and residual components
- Visualization of components

- **Stationarity Testing**
- Augmented Dickey-Fuller (ADF) test
- Results interpretation

- **ACF/PACF Analysis**
- Autocorrelation function plots
- Partial autocorrelation function plots
- Lag selection guidance

- **Exponential Smoothing**
- Holt-Winters exponential smoothing
- Trend and seasonal components
- Multiple smoothing methods

- **Vector Autoregression (VAR)**
- Multivariate time series modeling
- Lag order selection
- Forecasting multiple series

### 3. Advanced Time Series (`advanced_time_series.py`)
- **SARIMA Models**
- Seasonal ARIMA fitting
- Seasonal order specification
- Enhanced forecasting capabilities

- **Auto ARIMA Selection**
- Automatic order selection
- AIC-based model comparison
- Seasonal component detection
- Comprehensive search algorithm

- **Comprehensive Stationarity Tests**
- ADF test
- KPSS test
- Combined test results
- Detailed interpretation

### 4. Hypothesis Testing (`hypothesis_testing.py`)
- **Parametric Tests**
- One-sample t-test
- Two-sample t-test
- Z-test (one and two sample)
- ANOVA (one-way)
- Chi-square test
- Proportion tests

- **Non-Parametric Tests**
- Mann-Whitney U test
- Kruskal-Wallis test
- Normality tests (Shapiro-Wilk, Jarque-Bera, Lilliefors)

- **Normality Testing**
- Multiple test methods
- Q-Q plots
- Histogram with normal overlay
- Comprehensive results

### 5. Statistical Diagnostics (`statistical_diagnostics.py`)
- **Comprehensive Diagnostics**
- Linearity test (Rainbow test)
- Heteroscedasticity tests (Breusch-Pagan, White)
- Autocorrelation tests (Durbin-Watson, Ljung-Box)
- Multicollinearity (VIF)
- Normality of residuals
- Influential points (Cook's distance)

- **Diagnostic Plots**
- Residuals vs fitted
- Q-Q plots
- Scale-location plots
- Leverage plots
- ACF of residuals

### 6. Econometric Modeling (`econometric_modeling.py`)
- **Vector Autoregression (VAR)**
- Multivariate time series modeling
- Optimal lag selection (AIC, BIC, FPE, HQIC)
- Model summary and diagnostics

- **VARMAX Models**
- VAR with moving average component
- Enhanced forecasting
- Model comparison

- **Cointegration Tests**
- Johansen cointegration test
- Engle-Granger test
- Cointegrating vector estimation

- **Impulse Response Functions**
- IRF calculation
- Orthogonalized IRF
- Visualization of responses

- **Forecast Error Variance Decomposition**
- FEVD calculation
- Variance contribution analysis
- Visualization

- **Granger Causality**
- Causality testing
- F-test implementation
- Results interpretation

### 7. Model Selection (`model_selection.py`)
- **Model Comparison**
- Multiple model comparison
- AIC, BIC, R² comparison
- F-statistic comparison
- Log-likelihood comparison

- **Stepwise Selection**
- Forward selection
- Backward elimination
- Combined stepwise
- P-value thresholds

- **Information Criteria**
- AIC calculation
- BIC calculation
- HQIC calculation
- Comparison plots

- **Feature Selection**
- VIF-based feature removal
- Correlation filtering
- Automated feature selection

### 8. Model Evaluation (`model_evaluation.py`)
- **Cross-Validation**
- K-fold cross-validation
- Time series cross-validation
- Multiple scoring metrics (MSE, MAE, R²)

- **Evaluation Metrics**
- Mean Squared Error (MSE)
- Root Mean Squared Error (RMSE)
- Mean Absolute Error (MAE)
- R-squared (R²)
- Mean Absolute Percentage Error (MAPE)

- **Visualization**
- Actual vs predicted plots
- Residual plots
- Learning curves

### 9. Data Preprocessing (`data_preprocessing.py`)
- **Missing Value Handling**
- Mean imputation
- Median imputation
- Mode imputation
- Forward fill
- Drop missing values

- **Outlier Detection**
- IQR method
- Z-score method
- Outlier removal

- **Data Scaling**
- Standard scaling
- Min-max scaling
- Robust scaling

- **Time Series Transformations**
- Differencing
- Log differencing
- Detrending

- **Feature Engineering**
- Lag creation
- Rolling window features
- Summary statistics

### 10. Visualization Utilities (`visualization_utils.py`)
- **Correlation Analysis**
- Correlation matrix heatmap
- Customizable colormaps

- **Distribution Plots**
- Histograms with KDE
- Distribution comparison

- **Time Series Plots**
- Single time series
- Multiple time series
- Forecast comparison

- **Residual Analysis**
- Comprehensive residual plots
- Q-Q plots
- Scale-location plots

- **Model Comparison**
- Bar charts for metrics
- Model ranking visualization

- **Feature Importance**
- Coefficient plots
- Importance ranking

- **Learning Curves**
- Training/validation curves
- Overfitting detection

## Usage Examples

All features are demonstrated in:
- Jupyter notebooks in `notebooks/` directory
- Example scripts in `examples/` directory
- Comprehensive documentation in README.md

## Author

**RSK World**
- Website: https://rskworld.in
- Email: help@rskworld.in
- Phone: +91 93305 39277

🚀 Support RSK World

Subscribe to our YouTube channel for latest tutorials & updates!



Click subscribe & support our work ❤️

About RSK World

Founded by Molla Samser, with Designer & Tester Rima Khatun, RSK World is your one-stop destination for free programming resources, source code, and development tools.

Founder: Molla Samser
Designer & Tester: Rima Khatun

Development

  • Game Development
  • Web Development
  • Mobile Development
  • AI Development
  • Development Tools

Legal

  • Terms & Conditions
  • Privacy Policy
  • Disclaimer

Contact Info

Nutanhat, Mongolkote
Purba Burdwan, West Bengal
India, 713147

+91 93305 39277

hello@rskworld.in
support@rskworld.in

© 2026 RSK World. All rights reserved.

Content used for educational purposes only. View Disclaimer