Skip to main content
Powered by ShareScore

Find research datasets worth reusing

Search datasets from major research repositories and use ShareScore to quickly assess how well each record supports discovery, access, and reuse.

6

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

6 results for “Approximations and bounds”

Learn how ShareScore rates datasets ↗
zenodo48/100

Coefficients for Tight Logarithmic Approximations and Bounds for Generic Capacity Integrals

<p>This is a supplementary&nbsp;dataset for&nbsp;the publication:</p> <p>I. M. Tanash and T. Riihonen, &quot;Tight Logarithmic Approximations and Bounds for Generic Capacity Integrals and Their Applications to Statistical Analysis of Wireless Systems,&quot; in&nbsp;<em>IEEE Transactions on Communications</em>, 2022, doi: 10.1109/TCOMM.2022.3198435.</p> <p>The dataset contains the sets of optimized coefficients for the novel minimax approximations of the Nakagami and lognormal capacity integrals&nbsp;in terms of absolute error. The proposed approximations have the form of a weighted sum of logarithmic functions. The optimized coefficients are found for a wide range of the corresponding fading parameters, namely m for the Nakagami capacity integral and &sigma; (standard deviation) for the lognormal capacity integral. Please note that the optimized coefficients in the provided dataset for the&nbsp;lognormal capacity integral are calculated for&nbsp;&sigma;dB (standard deviation in decibels)&nbsp;so&nbsp;&sigma;=0.1 log_e(10)&nbsp;&sigma;dB in Eq. 5.</p> <p>The Matlab function (func_extract_coef.m)&nbsp;extracts the required set of optimal coefficients from the provided dataset&nbsp;according to the selected capacity integral, the parameter&#39;s value, and the number of terms. See help&nbsp;func_extract_coef for more information.</p> <p>The Matlab script (general_any_func) implements the theory presented in the corresponding journal paper: More specifically, it implements solving Eq. 22 to calculate the optimized coefficients of Eq. 7 for the Nakagami capacity integral. The code also provides general comments on how to generalize it to obtain the optimized coefficients of any communication system in terms of absolute error. Number of supplementary Matlab functions (general_any_func, func_abs_gen_any_func, calc_d_gen, calc_Cappr_gen, calc_d_gen_derivative, calc_Cappr_gen_derivative, Gauss_Laguerre, and peakseek) are provided herein and are used in the main&nbsp;Matlab script.</p> <p>A Matlab script (Example.m) is also provided as an example to illustrate&nbsp;the use&nbsp;of the provided&nbsp; Matlab function (func_extract_coef.m) in extracting the required coefficients from the dataset, to calculate and plot the corresponding absolute error which is shown by&nbsp;figure&nbsp;Example.jpg.</p>

opencc-by-4.0Aug 2022View details →
zenodo40/100

Error bounds for kernel-based approximations of the Koopman operator

<p>This repository contains python scripts and data to re-create the result shown in</p><p>`Error bounds for kernel-based approximations of the Koopman operator, arxiv:2301.08637`</p><p>See README for detailed instructions on how to re-create these data.</p>

opencc-by-4.0Oct 2023View details →
zenodo40/100

Optimized Coefficients for the Generalized Karagiannidis–Lioumpas Approximations and Bounds to the Gaussian Q-Function

<p>This is a supplementary&nbsp;dataset for&nbsp;the publication:</p> <p>I. M. Tanash and T. Riihonen, &quot;Generalized Karagiannidis&ndash;Lioumpas Approximations and Bounds to the Gaussian Q-Function with Optimized Coefficients,&quot; in<em> IEEE Communications Letters</em>, in press.</p> <p>The dataset contains the sets of the optimized coefficients for the novel GKL minimax approximations and bounds of the Gaussian Q-function, and the optimized coefficients for the GKL approximations in terms of the total error. The corresponding&nbsp;optimized coefficients are found up to 10 terms (N=10) for the two variations of the absolute error and for the relative error in terms of the minimax and the total errors.</p> <p>The Matlab function (func_extract_coef.m)&nbsp;extracts the required set of optimal coefficients from the provided dataset&nbsp;according to the selected optimization_criterion, error_type, number of terms, the bound or approximation type, and the variation. See help&nbsp;func_extract_coef for more information.</p> <p>A Matlab script (Example.m) is also provided as an example to illustrate&nbsp;the use&nbsp;of the provided&nbsp;Matlab function in extracting the required coefficients from the dataset, to calculate and plot the corresponding minimax absolute error function which is shown by&nbsp;figure&nbsp;Example.jpg. Another example is given in the same script to extract the coefficients of the total relative error.<br> &nbsp;</p>

opencc-by-4.0Dec 2021View details →
zenodo36/100

Efficient Approximation Algorithms for the Diameter-Bounded Max-Coverage Group Steiner Tree Problem

<p>&nbsp;It contains all the data used in our experiments, including 5 real graphs (<code>MONDIAL</code>,&nbsp;<code>OpenCyc</code>,&nbsp;<code>LinkedMDB</code>,&nbsp;<code>YAGO</code>, and&nbsp;<code>DBpedia</code>) and 3 synthetic graphs (<code>LUBM-50K</code>,&nbsp;<code>LUBM-500K</code>, and&nbsp;<code>LUBM-5M</code>).</p> <p>Each real KG directory contains 8&nbsp;files, including:</p> <ul> <li><code>graph.txt</code>: The first value is the number of vertices. Then each line &#39;u v&#39; means there is an undirected edge between &#39;u&#39; and &#39;v&#39;.</li> <li><code>Weightgraph.txt</code>: The first value is the number of vertices. Then each line &#39;u v w&#39; means there is an undirected edge between &#39;u&#39; and &#39;v&#39; weighted by &#39;w&#39; which is computed by the Informativeness-based Weighting (IW) scheme.</li> <li><code>nodeName.txt</code>: Mapping from vertex ID to vertex name (i.e., entity URI).</li> <li><code>query.txt</code>: Each line is a keyword query containing a set of keyword names.</li> <li><code>kwName.txt</code>: Mapping from keyword ID to keyword name.</li> <li><code>kwMap.txt</code>: Mapping from keyword ID to vertex IDs. The first value of each line is keyword ID, and the rest are vertex IDs.</li> <li><code>UWHBLL.txt</code>: The HBLL index file which was built based on the Unit Weighting.</li> <li><code>IWHBLL.txt</code>: The HBLL index file which was built based on the Informativeness-based Weighting.</li> </ul> <p>Each synthetic directory contains 6&nbsp;files, including:</p> <ul> <li><code>graph.txt</code>: same as above.</li> <li><code>Weightgraph.txt</code>: same as above.</li> <li><code>nodeName.txt</code>: same as above.</li> <li><code>queryList.txt</code>: Each line contains a set (separated by &#39;,&#39;) of sets of vertex IDs.</li> <li><code>UWHBLL.txt</code>: same as above.</li> <li><code>IWHBLL.txt</code>: same as above.</li> </ul> <p>Apart from that, <code>Dbpedia</code> and <code>LUBM-5M</code> also contain a <code>PLLlabel.txt</code> file which was the supplementary file for the HBLL index.</p>

opencc-by-4.0Jun 2022View details →
zenodo32/100

Coefficients for Global Minimax Approximations and Bounds for the Gaussian Q-Function by Sums of Exponentials

<p>This is a supplementary&nbsp;dataset for&nbsp;the publication:</p> <p>I. M. Tanash and T. Riihonen, &quot;Global Minimax Approximations and Bounds for the Gaussian Q-Function by Sums of Exponentials,&quot; in&nbsp;<em>IEEE Transactions on Communications</em>, vol. 68, no. 10, pp. 6514-6524, Oct. 2020, doi: 10.1109/TCOMM.2020.3006902.</p> <p>The dataset contains the sets of the optimized coefficients for the novel minimax approximations and bounds of the Gaussian Q-function, its first four integer powers and for the case of&nbsp;average symbol error probability (SEP) in optimal detection of 4-QAM&nbsp;that is actually a polynomial of the Q-function. The proposed approximations and bounds have the form of a weighted sum of exponential functions. The corresponding&nbsp;optimized coefficients are found up to twenty-five exponential terms with the right boundary of the finite interval on the x-axis&nbsp;(x_K+1) ranging from 1 to 10 in steps of 0.1 for the relative error.</p> <p>The Matlab function (func_extract_coef.m)&nbsp;extracts the required set of optimal coefficients from the provided dataset&nbsp;according to the selected error type, variation, number of terms and the right end-point in case of relative error. See help&nbsp;func_extract_coef for more information.</p> <p>A Matlab script (Example.m) is also provided as an example to illustrate&nbsp;the use&nbsp;of the provided&nbsp;Matlab function in extracting the required coefficients from the dataset, to calculate and plot the corresponding relative error&nbsp; which is shown by&nbsp;figure&nbsp;Example.jpg.</p> <p>&nbsp;</p>

opencc-by-4.0Jul 2020View details →
zenodo32/100

Optimizing Within-Distance Queries by Approximating Shapes with Maximal Bounded Boxes - Datasets

<p>Csv and sql files for the underlying data.<br> Figure 9: Calculating the distance between various number and type of shapes, i.e. from&nbsp;polygons, rotated and axis aligned rectangles, to points, polygons, rotated and axis aligned rectangles.<br> Table 1: Calculating distance between shapes of various complexity, i.e. points, lines, quadrilaterals, hexagons, dodecagons, icosagons, pentacontagons.<br> Table 2: Comparing the ordering of the shapes when distance operation is calculated, (a) from polygons to rectangles, (b) from rectangles to polygons.<br> Table 5 &amp; 6: Within-distance and distance&nbsp;queries between (a) actual polygons,&nbsp;(b) their bounded rectangles, (c) actual polygons and points, (d) their bounded rectangles and points.</p>

opencc-by-4.0Dec 2021View details →

ScienceDex guides

Understand access before you commit

These curated guides explain access requirements, typical timelines, costs, and reuse considerations for widely used research datasets.

Compare curated datasets

Allen Brain Atlas

Allen Brain Atlas is an Allen Institute collection of brain map atlases, datasets, APIs, and analysis tools covering mouse, human, and non-human primate brain resources.

allen-brain-atlas
neuroscienceopenDocumentation, web resources, and API references are available online.
Last verified 2026-04-30Open record

Annotated Behaviour and Observability Dataset (ABODe)

ABODe is a University of Edinburgh DataShare dataset for behavior classification in group-housed mice using home-cage video, identities, bounding boxes, ground-plate positions, and annotator labels.

abode-home-cage
behavioral-neuroscienceopenThe DataShare record exposes download links for annotations, documentation, license text, and the zipped per-snippet data directory.
Last verified 2026-04-30Open record

DANDI Archive for NWB datasets

DANDI is a BRAIN Initiative archive for publishing and sharing neurophysiology data, including electrophysiology, optophysiology, and behavioral data packaged as NWB and related standards.

dandi-nwb
electrophysiologyopenPublished Dandiset metadata and archive endpoints are available through the production DANDI API.
Last verified 2026-04-30Open record

International Brain Laboratory public data

The International Brain Laboratory public data releases expose standardized mouse decision-making experiments, including Neuropixels recordings, widefield calcium imaging, behavior, and session metadata accessed through the ONE API.

ibl
behavioral-neuroscienceopenPublic sessions can be searched and loaded from the IBL public data server through ONE.
Last verified 2026-04-29Open record

OpenNeuro

OpenNeuro is a free, open platform for sharing neuroimaging datasets, with public search, dataset pages, and download paths for web, S3, DataLad, and the OpenNeuro CLI.

openneuro
neuroscienceopenPublished datasets are available on demand over the internet.
Last verified 2026-04-29Open record